Loading Tool

Explorer IconExplorer

Memory Pool

42,557 transactions
29.06 vMB
0.07548729 BTC
Random Selection Loading Transactions
Max Size: 149.36/200 MB

Candidate Block

Mining Attempt 6b3dd7fab6bd6195b64adba8f8eaa6c8aa5718da0a8df9a584496a8d1cf373ee
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 6d94855661c46752c06294400628a98ebecc7559f420c47518a2124e74c2c1bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,796
Size: 1.00 vMB
Total Fees: 0.01876534 BTC
Feerates: 150.75 > 1.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (384,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
529,826 529,826 00000000000000000027b69a7243cc376966d0e7546b1305a08534e1a033bdfa 2,583 1.00/1.00 vMB 30
529,825 529,825 0000000000000000000d920652507127571a42c4f1d8b28f4ab927e5ebd92754 1,856 1.00/1.00 vMB 22
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.17 GB
    • Received: 11.88 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.