Loading Tool

Explorer IconExplorer

Memory Pool

47,306 transactions
29.28 vMB
0.15943978 BTC
Random Selection Loading Transactions
Max Size: 153.15/200 MB

Candidate Block

Mining Attempt d92eb9db5aa84c5cd3c92f29021a2f354448aa84dcf619d5fe44b5bad68c3dad
Version 20000000
Previous Block 00000000000000000001df143f900493685d6623e4901f699b33fb4601190dde
Merkle Root f3aedbcf84797e220d6974979c6cdb71f30a1083bf7b14d2de1351dc7a182de6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,683
Size: 1.00 vMB
Total Fees: 0.04689921 BTC
Feerates: 200.91 > 4.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,708 (248,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,948 665,948 0000000000000000000485a3d164ecb934096e05b4fc1972b7bea6062d9be6a3 2,865 1.00/1.00 vMB 77
665,947 665,947 000000000000000000081207f9108eba12b783a7303f36d3da6113ee350625fd 2,093 1.00/1.00 vMB 98
665,946 665,946 00000000000000000006c9f841dbc943739b90bfc2a1c576fe6b41eae81e6c40 1,476 1.00/1.00 vMB 140
665,945 665,945 00000000000000000009ee4b54280f150220fddded493911cba999be5051af0f 2,391 1.00/1.00 vMB 90
665,944 665,944 0000000000000000000845b48f268cecb6476a28563dc4f7c523b03be88bdd11 2,601 1.00/1.00 vMB 116
665,943 665,943 00000000000000000005d176688406935f0384ef710022c6e3e0f39ad4a00ebf 3,244 1.00/1.00 vMB 99
665,942 665,942 0000000000000000000d395f9fc9ac260a93ae73cc67336888d9b826919d1b59 3,032 1.00/1.00 vMB 101
665,941 665,941 0000000000000000000433966ca4177229f77d5280d3c49a7bbc41fe5bfeca51 2,704 1.00/1.00 vMB 122
665,940 665,940 0000000000000000000b52288177cfb14201c3e88bf8999a4afb1506323f0e26 2,498 1.00/1.00 vMB 128
665,939 665,939 0000000000000000000a0b90a2c9f24f757f200ce3683e54eafecea1c97da8c5 3,205 1.00/1.00 vMB 159
665,938 665,938 00000000000000000001e93224f2bbf26b96fd37f9a71627ad8fbe98f447ff09 2,752 1.00/1.00 vMB 99
665,937 665,937 00000000000000000006655fd0d5e2474e727e76d841536d8ce18719d82ff11a 1,598 1.00/1.00 vMB 133
665,936 665,936 00000000000000000003ba5aa9efd4e2e280fe189293960b057daeffcaae48a5 2,916 1.00/1.00 vMB 102
665,935 665,935 0000000000000000000c0f3a841e0446b8222bb473a2cd052c5222c93ed933d0 3,257 1.00/1.00 vMB 87
665,934 665,934 0000000000000000000212a553eb026728c9244c214f231cd5b18a516894e39f 2,668 1.00/1.00 vMB 132
665,933 665,933 00000000000000000006d41acc99a138a72220708d1cd62de0bd4aa683bdbeb5 2,278 1.00/1.00 vMB 104
665,932 665,932 00000000000000000008cc4d63d64aa4865a43bc65a833d0735b6da348d78f33 2,900 1.00/1.00 vMB 136
665,931 665,931 00000000000000000001bd7893612b3622bb12b8d6651da6d952775cbf0460d7 2,738 1.00/1.00 vMB 148
665,930 665,930 0000000000000000000cc30320ecb91a411fe9abeb5e1d8d5944ec0af223df90 2,573 1.00/1.00 vMB 91
665,929 665,929 000000000000000000096696c7e1a8b5f7128feaa120b2bb31af7b686d9f83b1 2,100 1.00/1.00 vMB 116
665,928 665,928 0000000000000000000b27465784100a3d34f60b9b42adffcfc21ae4ce70dc76 1,854 1.00/1.00 vMB 137
Previous 10 blocks ↓
Total Size: 781.87 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: 644.99 GB
    • Received: 12.63 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.