Loading Tool

Explorer IconExplorer

Memory Pool

35,884 transactions
19.47 vMB
0.06279075 BTC
Random Selection Loading Transactions
Max Size: 106.37/200 MB

Candidate Block

Mining Attempt 2b986a641fbd03ca09f1381eac955bfafe6bbd7a952a0714d874147927a6b18b
Version 20000000
Previous Block 00000000000000000000b7e3c4d404ce21a5981bfb0b74a10e8d1383b77d0e63
Merkle Root 34363bce919b3e0e7a35ddc250351d3cf0efff7887d34e35693211569a1d2c3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,011
Size: 1.00 vMB
Total Fees: 0.02509854 BTC
Feerates: 308.18 > 2.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,114 (760,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,981 153,981 0000000000000b425c20c036ac76b088bf4a2ef3a3b344813ed7fc1e02da9d24 93 0.05/1.00 vMB 301
153,980 153,980 000000000000091c6bc8d48c86040eed349de5a9be7e259f0f5de754a32f9145 5 0.00/1.00 vMB 81
153,979 153,979 0000000000000c2a26126b83f412f9edad8dc2d5df972ce49fb105616b4d64f3 43 0.02/1.00 vMB 395
153,978 153,978 0000000000000725c289ab7db56b663c138a5a605979409cb1c953fc0bb5a458 104 0.03/1.00 vMB 20
153,977 153,977 000000000000021b70eacd90a40441f44dcaa61235432b009c5eb5e0995f5a19 14 0.00/1.00 vMB 29
153,976 153,976 0000000000000467d9cfb12bcb414387bf75ca3985f054606aabeb85a915a984 57 0.03/1.00 vMB 700
153,975 153,975 0000000000000564fa1f4478c3fd4b2f2fe787a05f638736dd12db05281f8cdc 23 0.01/1.00 vMB 60
153,974 153,974 0000000000000a400828d3457013b53cf63224d802e90fd93415386c546d2482 22 0.01/1.00 vMB 16
153,973 153,973 0000000000000d128535c61bc96da20f20b872dc1e55aca4e7df9150318d71ce 51 0.01/1.00 vMB 247
153,972 153,972 0000000000000ae34c3565f067924ec9a197f97b83465d1ebb92cf910c3565ce 15 0.01/1.00 vMB 0
153,971 153,971 0000000000000a048168934a5e261116f098fb84a82bcc4fe01d42ca9c156057 114 0.04/1.00 vMB 27
153,970 153,970 0000000000000dd66d3e51ce05482bd0b67fa6f4896f258371aa8d2663893e56 2 0.00/1.00 vMB 193
153,969 153,969 00000000000008d4b2fb37206d326a862796f869706ed7d08913d6849cd47742 28 0.01/1.00 vMB 162
153,968 153,968 0000000000000008c333e2e70d03b9c3aa8b41c94044e4b9790b8881fff04b8b 17 0.01/1.00 vMB 970
153,967 153,967 0000000000000bdfdeb67e2742fd0597523fc8602f95b37b96c949eb0e789d09 47 0.02/1.00 vMB 798
153,966 153,966 0000000000000383edce1e3afbe5f8dbc59e1a716dd5cf8be5c0ab428b9e02b4 11 0.00/1.00 vMB 0
153,965 153,965 0000000000000d0cd8f97d34e476d6d08d2d0575e36a404783376a1a2cb660eb 36 0.02/1.00 vMB 61
153,964 153,964 0000000000000ba6d61ad7cf0f32797fbe5323539c56b57c899d29ae118b9590 4 0.00/1.00 vMB 0
153,963 153,963 00000000000003ceb753b44d8d9169a41802939ef0996aad3e4e25f054a53096 9 0.01/1.00 vMB 37
153,962 153,962 00000000000005f333aa6c39d61b773a24d38aa2ee8dc921c7e74f4bf70c8dff 12 0.00/1.00 vMB 332
153,961 153,961 0000000000000ca8ede99bdfc25ed2f950ea04142fe0ed145941e6f77177f9f6 12 0.01/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 780.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 559.77 GB
    • Received: 7.29 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.