Loading Tool

Explorer IconExplorer

Memory Pool

40,694 transactions
27.90 vMB
0.06310631 BTC
Random Selection Loading Transactions
Max Size: 143.13/200 MB

Candidate Block

Mining Attempt cf508f07acfe9d7cb946b08adf78afb3043f0de343c5a58c58e1ca23fe7b84f7
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root 365713e29d3b70de82ff45d8d285a39653995c173a5f83619f137e94524df48c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,743
Size: 1.00 vMB
Total Fees: 0.00974583 BTC
Feerates: 100.56 > 0.98 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (153,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
760,951 760,951 000000000000000000021ad4909d6467c1d0a97d7c5a9749c8445d4d26a8ad26 1,709 0.56/1.00 vMB 12
760,950 760,950 00000000000000000001efbadd820d1b9678d7125a6637249d263e2219c978c9 2,279 0.95/1.00 vMB 11
760,949 760,949 000000000000000000063cfc69a5044e9d7d880f03add3ed25200ca7b7453f20 256 0.11/1.00 vMB 9
760,948 760,948 00000000000000000001a6a521b3b36070fd934694686128a0867e6c62042f3b 1,006 0.31/1.00 vMB 11
760,947 760,947 00000000000000000002a706770f7e8820c7520310a85a418c1511b41e82c1c4 1,366 0.43/1.00 vMB 12
760,946 760,946 000000000000000000061876c2b884041c153c6ec9b049658e0de840e9956cc1 650 0.22/1.00 vMB 12
760,945 760,945 00000000000000000006b7549a3d28f459ffd74b2aedeb2e36b0a2e4f835b2fd 1,273 0.46/1.00 vMB 10
760,944 760,944 00000000000000000006f0c21ebafd0f3b809ab3fe97ead2a3702a099c96cb1b 1,354 0.52/1.00 vMB 8
760,943 760,943 0000000000000000000247423492ee2162121e59681050786554eb2c327693c3 2,761 1.00/1.00 vMB 12
760,942 760,942 00000000000000000004448f91343cc6061ad22aae643b77c31a10fe35afc1d3 1,547 1.00/1.00 vMB 2
760,941 760,941 00000000000000000005e78709684db8a9cbfd52e3960e60b075549566719f33 2,594 1.00/1.00 vMB 17
760,940 760,940 000000000000000000004b5f4de2d7990e4e1e14dc31961dfbf5f98da140715d 1,981 1.00/1.00 vMB 18
760,939 760,939 00000000000000000000e70554c3494c5a6ff527ac7e86c4c7a8eec558cdc8a3 461 1.00/1.00 vMB 2
760,938 760,938 00000000000000000004aca3eea9e9d8a6687f8293ea568c4cd5bc166d43fe5f 2,711 1.00/1.00 vMB 5
760,937 760,937 00000000000000000003a23b16f6cc5a165b8111f8f84a6f70be709deaadd132 2,370 1.00/1.00 vMB 9
760,936 760,936 000000000000000000041113a446b1cbf8772bc1c555281e015e92775d0c5bf2 2,786 1.00/1.00 vMB 15
760,935 760,935 00000000000000000005b28e73231393909bdd2d5c3f2af228aa62da555d734d 3,449 1.00/1.00 vMB 29
760,934 760,934 000000000000000000001fa700ae74294f193a08f4660fc88cf0c0afa927690a 321 0.24/1.00 vMB 5
760,933 760,933 0000000000000000000177933bc2d54fbd568d4b17d5e086c2f79008d68383c0 691 0.51/1.00 vMB 6
760,932 760,932 00000000000000000003142c95b1ff4254b26484385e1562e5cbf5f756b42407 1,225 0.93/1.00 vMB 6
760,931 760,931 0000000000000000000342f0d3d0aa4bffa12dda6f4b207295f5b849edfa0a8d 82 0.20/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 781.75 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: 631.72 GB
    • Received: 12.08 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.