Loading Tool

Explorer IconExplorer

Memory Pool

43,463 transactions
27.06 vMB
0.06390638 BTC
Random Selection Loading Transactions
Max Size: 142.44/200 MB

Candidate Block

Mining Attempt 85953cdddebadab034c76f57a2d12c83b9c48c3ae10d76629acea0a7dab60708
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 2e9ee45178de6e2815a34f28adadbf9468e15c0c625368cc45e6906799902acc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,312
Size: 1.00 vMB
Total Fees: 0.01341867 BTC
Feerates: 151.15 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (98,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,114 816,114 00000000000000000003f14e32f5791e220e8bc030acf5b3fbba19c8a9f7fc22 2,718 1.00/1.00 vMB 99
816,113 816,113 00000000000000000001ed127e83ceff5ed984162bc65467513d5f9e74710abb 3,469 1.00/1.00 vMB 95
816,112 816,112 00000000000000000003cf653a8b70ccebb9311e1f2a10e98d9fc8dd30ebfa97 2,125 1.00/1.00 vMB 52
816,111 816,111 00000000000000000001c54da0269135a1b3ffdd0fe2153af6db497f191d2a38 2,928 1.00/1.00 vMB 110
816,110 816,110 00000000000000000003c3ad9bc5ddda31ce68b80556689e27024918ffdab5f8 2,396 1.00/1.00 vMB 46
816,109 816,109 00000000000000000003280434a4db13f7c36dea786117ed9a2bee4a279af3b4 2,161 1.00/1.00 vMB 103
816,108 816,108 0000000000000000000417632984ad62f05d6be90fe7d6aaee598a87d9985f60 2,330 1.00/1.00 vMB 122
816,107 816,107 000000000000000000047fd4c8d80cf102b19f28bc7d6ff828dda228498e1744 2,775 1.00/1.00 vMB 107
816,106 816,106 00000000000000000003900536092c1ffb67f4292a3a82806d7074cb92ba301b 3,136 1.00/1.00 vMB 114
816,105 816,105 00000000000000000003cb477968fefc37a80d20eb9ec96e524dfc2a43b21eaf 2,904 1.00/1.00 vMB 82
816,104 816,104 0000000000000000000057800296421c19a4f6093cc25b3b4055acf720e0a529 2,782 1.00/1.00 vMB 117
816,103 816,103 00000000000000000003a2b2faa21bc1a3c96fa9d7c7428d6f7fe7dda2e490b2 3,235 1.00/1.00 vMB 205
816,102 816,102 00000000000000000001bcacc1a428a66a06d8f0b6d31d15e18b11b7e8579bd1 3,428 1.00/1.00 vMB 101
816,101 816,101 00000000000000000001bd3877befc90eeef1288a635160745d5896d0a3807b1 2,204 1.00/1.00 vMB 94
816,100 816,100 0000000000000000000025cb7db8543441bb464dac63a67dab70a6c233cad4e6 2,473 1.00/1.00 vMB 61
816,099 816,099 000000000000000000037842c5d4d2f9a1321f359d54670db7e0ae96448135b8 2,350 1.00/1.00 vMB 78
816,098 816,098 00000000000000000002d39be0e8efd3c97cb53e828f5eb17015c9a2f86f456b 1,754 1.00/1.00 vMB 45
816,097 816,097 00000000000000000000d7f834b9c49630ad3ca6a577b4cb71b6293c05b10af2 3,522 1.00/1.00 vMB 90
816,096 816,096 00000000000000000003bc27a86a193fb4c7e3b533ab5d1144e2d06cd7ef122a 3,728 1.00/1.00 vMB 94
816,095 816,095 000000000000000000021733a8d919d60dcaf1cbf3b46d51f60e96752b166cb8 3,365 1.00/1.00 vMB 53
816,094 816,094 00000000000000000003415a83e1c949ab6f207af678db69d413b119d15a3623 810 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.18 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.