Loading Tool

Explorer IconExplorer

Memory Pool

35,992 transactions
25.70 vMB
0.05828245 BTC
Random Selection Loading Transactions
Max Size: 131.45/200 MB

Candidate Block

Mining Attempt f1434c7f3ce3609486f916e0e29af99f05e883aa3998573b6c2880d4d4d3a2e3
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root 55ecd31c90c7f9c751292837150933ceb8b56ea29f0427aea402e9fe9b0aeb38
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,264
Size: 1.00 vMB
Total Fees: 0.01130059 BTC
Feerates: 151.11 > 1.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (341,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,834 572,834 00000000000000000024f40ab5e1b7c0939eab4e79a8cb54e42917135bc654ce 3,026 1.00/1.00 vMB 28
572,833 572,833 00000000000000000023ccd837eae948765766dba0a178e3b2b13e412c76c9d2 2,928 1.00/1.00 vMB 55
572,832 572,832 0000000000000000002914071ec0bef8ae2306f99d17501ef154ddc49bec9f1c 3,079 1.00/1.00 vMB 63
572,831 572,831 0000000000000000000b75a30056b4b31a0d5f38f236a20cc9be300a9fc056d8 2,586 1.00/1.00 vMB 57
572,830 572,830 00000000000000000027e8238cd338a24aa55977cb6af111b8e0348fb8e5f603 3,260 1.00/1.00 vMB 77
572,829 572,829 000000000000000000133db734b248eddeb0ac1b8a00c05fdef4a0416c484298 2,304 1.00/1.00 vMB 69
572,828 572,828 000000000000000000016595b41828f080dd5c63e99c9af01c7126a439722656 1,756 1.00/1.00 vMB 73
572,827 572,827 0000000000000000002a006c0a736052049587356855246bd561f30058b3f878 2,725 1.00/1.00 vMB 15
572,826 572,826 000000000000000000231b72c6a00b2c51452ecbb9d6687fde622f57ebfde3df 1,738 1.00/1.00 vMB 53
572,825 572,825 0000000000000000000216e62bc172b88c28903e55461430d728e03d6f9c6d68 2,520 1.00/1.00 vMB 36
572,824 572,824 00000000000000000001732dfc3419d48d1c33fd4919c24ac2e307534682a3a3 2,382 1.00/1.00 vMB 68
572,823 572,823 0000000000000000000508f2082f457a229af4b2e2357a24f24ff30e86568c25 1,882 1.00/1.00 vMB 51
572,822 572,822 00000000000000000000019257b49b3f46d8f7c3d6f3d4153962f1386c19337a 3,163 1.00/1.00 vMB 62
572,821 572,821 0000000000000000001d5e0959a325573425af4ed6bf8dfbf668db81aa5de0aa 3,247 1.00/1.00 vMB 82
572,820 572,820 0000000000000000000285b4e0dd5d1bffe6b3a2065df6f4ecc7f48afe7d88f6 2,864 1.00/1.00 vMB 39
572,819 572,819 00000000000000000023324432b36d7d309533ca58cc20ca2f81890258dd95e6 2,911 1.00/1.00 vMB 35
572,818 572,818 0000000000000000000afbf8f7a5d2b9eeff9ede64c7df6640a212c480cd06ed 3,228 1.00/1.00 vMB 62
572,817 572,817 00000000000000000004cf69eb6f4c248944e185f409e690b4f2ae4ed3364e52 2,417 1.00/1.00 vMB 49
572,816 572,816 00000000000000000001432f71416315ddb3fcaa869fba430093ba095e286eb4 2,279 1.00/1.00 vMB 29
572,815 572,815 00000000000000000027d244478ab1983e42a062a073ec5f26dc83c6819b983d 2,663 1.00/1.00 vMB 53
572,814 572,814 0000000000000000001619fdddd87f218430a24967c3e68b5c2d01f12eafc7ce 2,416 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.81 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: 635.02 GB
    • Received: 12.28 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.