Loading Tool

Explorer IconExplorer

Memory Pool

40,913 transactions
28.85 vMB
0.07876086 BTC
Random Selection Loading Transactions
Max Size: 146.87/200 MB

Candidate Block

Mining Attempt 7eeb6c091daad908db2c40708b6d79a5add798bd0a77ba0c4a85386d4d61d879
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 613f9dd43bc1c7d34aeeae1c19350cb139e89b5cd223c40262b7eb084c09384a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,137
Size: 1.00 vMB
Total Fees: 0.02264305 BTC
Feerates: 150.93 > 2.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (384,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,847 529,847 0000000000000000001ffb0e8c580a3a68261cc5f51360984e1d63e095b310ff 509 1.00/1.00 vMB 7
529,846 529,846 00000000000000000034fda31c1587673ea4ee384085c6602cbbfe11db448ae3 1,664 1.00/1.00 vMB 24
529,845 529,845 00000000000000000006528ef2db29310e0b7a9a903243674e83a007f9376a36 1,119 1.00/1.00 vMB 14
529,844 529,844 000000000000000000360facdf4b73176b0e0fe2a1ee6acec2036d1a037a46e6 1,695 1.00/1.00 vMB 28
529,843 529,843 0000000000000000001a945909102e37d4cd1907422be9af1aa36b5d38895303 1,510 1.00/1.00 vMB 22
529,842 529,842 0000000000000000000eb15dcdf1d6311a831d5eab26a34c4e2bfdfc09d191d8 2,728 1.00/1.00 vMB 32
529,841 529,841 0000000000000000001d2043e10c2745c7620f8b2aa3733d8dfd8940b7fa04e0 1,055 0.80/1.00 vMB 18
529,840 529,840 0000000000000000002158ef3c1fa13eb6a7f60e340fcc5d5b9f805159164d16 1,041 0.84/1.00 vMB 24
529,839 529,839 000000000000000000005bc534211249f382f3f29fdb8b46e09ec1f8245890e3 163 1.00/1.00 vMB 1
529,838 529,838 0000000000000000002a36a085de71a287b672550f2cbbad6043dd41ad79461f 843 1.00/1.00 vMB 17
529,837 529,837 000000000000000000249745f07d78fbbc18dba468a9a34a44e70f1a95672e39 1,920 1.00/1.00 vMB 15
529,836 529,836 00000000000000000031b570e149e1fad433b1ea879526541c3816f1406b8d4b 2,832 1.00/1.00 vMB 45
529,835 529,835 0000000000000000000f5a5adc21738d37a74f1c9cf3bad13b7f8e776badc2ad 1,792 1.00/1.00 vMB 17
529,834 529,834 0000000000000000000d2758a4d3e6f1e0e7adfce05100f91c214719ce1f14c1 959 0.54/1.00 vMB 34
529,833 529,833 00000000000000000018570fff390cd6e0121555b9e77e2278e9b109861afb3b 236 0.14/1.00 vMB 26
529,832 529,832 00000000000000000036b096c4b6ccbe16b9de8b4019d22b75462baec505bf36 186 0.11/1.00 vMB 32
529,831 529,831 0000000000000000002bcf84d94c38d9e076626713108f327acfa55df3215997 688 0.79/1.00 vMB 6
529,830 529,830 00000000000000000036943822fc4d250c0e45b90b3b4c84d64da12abc7c15bd 1,644 1.00/1.00 vMB 18
529,829 529,829 0000000000000000001465ac343fb1edbf7abadea5005142f8f9ddae7eaf6ac0 825 1.00/1.00 vMB 18
529,828 529,828 0000000000000000001d10a02fa4c8d334e7d4cab6032692936a2fa9dbbd111c 1,887 1.00/1.00 vMB 20
529,827 529,827 00000000000000000030a1e764306f7f5b900ee69c395d280ff0602ec93a4ee4 1,236 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.70 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: 629.15 GB
    • Received: 11.87 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.