Loading Tool

Explorer IconExplorer

Memory Pool

22,556 transactions
5.32 vMB
0.01342850 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.46/200 MB

Candidate Block

Mining Attempt a559d26b236052a9ce790f54fb9508419779e9812c6dcd96d0cdb060c13b902b
Version 20000000
Previous Block 000000000000000000004f4a31c86ff2b110eb09516753e59b0af3c3c6772a4e
Merkle Root 82952a63fb1e285e39c94491a7952190d4b4183707528beb684f23d862da2872
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,432
Size: 1.00 vMB
Total Fees: 0.00577835 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,501 (771,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
141,997 141,997 000000000000015a3fc89e7b55bc36ee5bbb0f56b58cd2a3243939dea91eba0c 15 0.01 vMB 159
141,996 141,996 00000000000005319c71304d59c0c15fd9d926b1833c9e9084d8e866d779ef8d 19 0.01 vMB 364
141,995 141,995 0000000000000925919ef5fc68254a1e1de86fbd0f4aef8e22a891929f020338 23 0.01 vMB 87
141,994 141,994 000000000000066ea6657339d6c10639a476eb550ec6481073e13b38b5b60a15 6 0.00 vMB 60
141,993 141,993 0000000000000388b237fb69c6e91f2322db2923fe2a9f0c1ae17383be2566c1 22 0.02 vMB 152
141,992 141,992 000000000000043145ae45a174e9596de8772cce713752d5789c3a92f84af7eb 98 0.03 vMB 41
141,991 141,991 000000000000012ec5bbfde7043d3b688e7db6832caebe8a89e60616bf9f6cb7 8 0.01 vMB 133
141,990 141,990 00000000000006ff807864971793144baa3bef8dd52cbd2d2a2a210847924f60 6 0.00 vMB 68
141,989 141,989 00000000000005ae7b24dabac91b4f5eae1e572335e9709bb533315d76162667 49 0.01 vMB 83
141,988 141,988 0000000000000117614cb68b0fcf33802d802d248d3ec7c1ce00d76056105a9f 61 0.03 vMB 134
141,987 141,987 00000000000003645d2e21bbd99fc6db32eecf49e51140a363baa318c1496aed 5 0.00 vMB 0
141,986 141,986 00000000000006f010018288a6f07b51eb378da4e452b670026ff4f2ad9adfef 76 0.03 vMB 226
141,985 141,985 00000000000008ef977b067c3adea2c1870165fe02728b7bc7fbc02bd4eb274a 3 0.00 vMB 856
141,984 141,984 00000000000006e75010057775922f3225d20fcd9c41534669036811bcf20dd0 7 0.01 vMB 33
141,983 141,983 0000000000000476288f81b1e0a671816fb3f278a71276b20e3e01f80acb1e6a 110 0.03 vMB 42
141,982 141,982 00000000000004dcb260fad34223b1c9b1d2f37b7119d1d933b0c944043fd2f4 14 0.00 vMB 112
141,981 141,981 000000000000068c78f3a7387be5642b1b500c0538b95c1c7b002d936a7f6f7d 14 0.01 vMB 47
141,980 141,980 000000000000002bef6293d4895254c6913918a510f925edfc28fc3ef8e6e433 63 0.04 vMB 205
141,979 141,979 000000000000093419d8efada6a6752e91402b83f0e60bee702262e066a377cf 33 0.01 vMB 158
141,978 141,978 0000000000000123315bf25482a41fc8ff5e5a443b86d5af4923008e52f1f717 16 0.01 vMB 369
141,977 141,977 00000000000007d74ae2ac0d9355daa1b45c1c22dbe44780e372dd098b07b9ec 24 0.01 vMB 78
Previous 10 blocks ↓
Total Size: 779.73 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: 371.00 GB
    • Received: 1.80 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.