Loading Tool

Explorer IconExplorer

Memory Pool

40,520 transactions
27.93 vMB
0.07526287 BTC
Random Selection Loading Transactions
Max Size: 143.14/200 MB

Candidate Block

Mining Attempt 50194324c10d216466f239434b80aba2e04d18cb5f49a00b4a9275182bf564a9
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root e73092dfba43861dd4227a62468025a56a6a5e81b821d8c9dfcf31bb5b0f4da8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,531
Size: 1.00 vMB
Total Fees: 0.02159298 BTC
Feerates: 100.95 > 2.16 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (153,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
760,930 760,930 00000000000000000007621ff12c35309e00f88f36481e0c6b9433d3b8b30065 1,554 0.99/1.00 vMB 9
760,929 760,929 0000000000000000000342f8e529296e530d179ac16f5b983e6ee76a40c0e132 147 0.06/1.00 vMB 7
760,928 760,928 000000000000000000025843b7d39ec90f6955e9531e7f56f26cd0a436e4fa29 1,291 1.00/1.00 vMB 14
760,927 760,927 00000000000000000000f23beefe7a0e4d991d4dee8ab1ad8d66538c70d1d854 1,346 0.44/1.00 vMB 11
760,926 760,926 000000000000000000036b30c6cc808c37a7bd2c9956fd51eb2923d7d83c36d8 139 0.05/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.76 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: 632.35 GB
    • Received: 12.11 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.