Loading Tool

Explorer IconExplorer

Memory Pool

53,691 transactions
29.74 vMB
0.10349220 BTC
Random Selection Loading Transactions
Max Size: 159.70/200 MB

Candidate Block

Mining Attempt 612d18cc9b383450109e8f47a1ae48e40f2b7f5aadaa2ed6d3f0638387cae403
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 4d4b3a3c6c053369c38ac3c1a8570148b160956061773f6eaeb63bc99a930e36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,792
Size: 1.00 vMB
Total Fees: 0.03131263 BTC
Feerates: 150.77 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (348,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,232 566,232 0000000000000000001850ed8b674d0af1beb196c5f9824b06dd3cc8801b7a4b 2,232 1.00/1.00 vMB 7
566,231 566,231 00000000000000000003c5f2e8e467ba3240e722a7855803ff2c15d6aa01e1c2 2,272 1.00/1.00 vMB 24
566,230 566,230 0000000000000000001dd1fb27b4ad5092c87ab9c731269dd56e3626aa15b6e2 2,622 1.00/1.00 vMB 28
566,229 566,229 00000000000000000024128157086d4cfdf15e5dfe720bf3268bcc9dc344cdce 2,898 1.00/1.00 vMB 33
566,228 566,228 0000000000000000001f7bca399da0ae8167ef32e934cca1017b8128d8276ffe 2,423 1.00/1.00 vMB 27
566,227 566,227 0000000000000000000be2f89c2ef05f7df0bbfe07d1f41f15702e17c3745cdf 2,893 1.00/1.00 vMB 33
566,226 566,226 0000000000000000001dc0e8776b44953220cf7c87d10023cc2721f0d5f47d87 742 0.27/1.00 vMB 13
566,225 566,225 0000000000000000001faac5e0fc60808246d956f86939bbde1f287f7160bb09 2,537 1.00/1.00 vMB 31
566,224 566,224 000000000000000000031e4b63e9e4c935236a5ac0c4a9e4999ddb2f6669258e 681 0.20/1.00 vMB 30
566,223 566,223 000000000000000000162c6d8635fa59b4cf6db57c127711cca61fd10b89e537 632 0.95/1.00 vMB 2
566,222 566,222 00000000000000000029029d4b5a47b65a161bd4cbda1bc4935cb76a08bdd58c 1,786 1.00/1.00 vMB 15
566,221 566,221 0000000000000000000a0bc28368facea203c557403274715f5dedd4394ffaf5 2,457 1.00/1.00 vMB 15
566,220 566,220 00000000000000000023502bf9eb7bfac7990b36cf89441f5e30ff85c455731f 2,362 1.00/1.00 vMB 11
566,219 566,219 0000000000000000001527e59a12d1e99a4a16087dc6f9e703097a44c07adde0 2,461 1.00/1.00 vMB 19
566,218 566,218 0000000000000000000a80904ba67c3c2e6dfa5f7dc766f668625cc1f2f5f558 2,506 1.00/1.00 vMB 10
566,217 566,217 0000000000000000000f5096b824f53b9f698c1c9e1d7d74d145ba6fe1de9daf 2,660 1.00/1.00 vMB 18
566,216 566,216 0000000000000000001d2e51ffd84936715f6fadaa51e6b2631640017bdae069 3,550 1.00/1.00 vMB 45
566,215 566,215 0000000000000000000e4bef9daba557cc749dafe99d4b3f25ac12d726d9c323 2,821 1.00/1.00 vMB 17
566,214 566,214 0000000000000000001b9f78e8da37f388098206b2fa7419013979550497f35a 1,033 1.00/1.00 vMB 24
566,213 566,213 000000000000000000299847af103e1c2f44af9a860dc01b2455755fa03bf81d 3,127 1.00/1.00 vMB 43
566,212 566,212 0000000000000000000a11b6464897c9770f23a7ca84733a88d9229731125656 2,570 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.89 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 645.16 GB
    • Received: 12.69 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.