Loading Tool

Explorer IconExplorer

Memory Pool

84,237 transactions
31.58 vMB
0.13431523 BTC
Random Selection Loading Transactions
Max Size: 189.30/200 MB

Candidate Block

Mining Attempt 52d6a0a30a2f00eab14856016244498a9bef3f44cc696dd1d2747dde3583b503
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root d72120871fd615b51d52135bc78697aab0999891f1b552ff89efbe4034e233ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,152
Size: 1.00 vMB
Total Fees: 0.05398494 BTC
Feerates: 163.06 > 5.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (246,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,996 668,996 000000000000000000006618997c6d2d5cc13d0b5a9db0925ee93f6aa39ab6c9 2,517 1.00/1.00 vMB 109
668,995 668,995 00000000000000000009dce542a160686d77481cef3fd9e2e3d5c855c4ab8d2a 1,881 1.00/1.00 vMB 123
668,994 668,994 0000000000000000000a0a87b25230c1126d3886f3ecb7f07a157e9fd287c36a 2,104 1.00/1.00 vMB 119
668,993 668,993 0000000000000000000101c03038c03c80dde7a84525fbdc2efce99abeeeb7bc 1,089 1.00/1.00 vMB 107
668,992 668,992 00000000000000000000c2df1b780379abd12b20fcb58ec1944c2e82e9cc4e3f 2,158 1.00/1.00 vMB 138
668,991 668,991 00000000000000000004a834e14475b942957bfd4c7a727281c9071247e69c5e 433 1.00/1.00 vMB 120
668,990 668,990 0000000000000000000cd1eabd4d8b11e5aec43b848aebe62f36262c2830a5db 1,342 1.00/1.00 vMB 122
668,989 668,989 00000000000000000007c04515bd5fbb8641c2edfa248ca6a82d118cce516468 2,662 1.00/1.00 vMB 146
668,988 668,988 000000000000000000082b70e749886faa65c03d585ee401beac99f27fd80f4e 2,550 1.00/1.00 vMB 88
668,987 668,987 000000000000000000041b8c79e67e42e4162fa850a3194026d03c49db84d686 2,335 1.00/1.00 vMB 97
668,986 668,986 0000000000000000000778907b3fd99f21e38ec1e9a25d9a913fa091a2bd8279 2,533 1.00/1.00 vMB 66
668,985 668,985 0000000000000000000af45061b2faaf674cecc021e2cd19df3218ccd2f68083 2,660 1.00/1.00 vMB 73
668,984 668,984 000000000000000000073e02602f8f438828083b0fc5cc167ef0820a6c00dfaa 2,432 1.00/1.00 vMB 79
668,983 668,983 0000000000000000000b433f8dd52568bb866cd9b23445651b785bec5ded3744 2,271 1.00/1.00 vMB 99
668,982 668,982 0000000000000000000a1e7566f670eba40f314504f95e3074686f6779095c7b 943 1.00/1.00 vMB 87
668,981 668,981 0000000000000000000a6cb7ef5403ae536b89314c31b5fa9c5e5fae4b9a5a76 1,480 1.00/1.00 vMB 96
668,980 668,980 0000000000000000000abcf1b5621f191d5bdc7bc1a754fa8b40addd5fbec3d1 1,015 1.00/1.00 vMB 85
668,979 668,979 0000000000000000000beba7bcbccee56428550f19fe56d147bcf0b37d91d97c 1,328 1.00/1.00 vMB 86
668,978 668,978 00000000000000000002a02583f1d550c7b3abc9b8312945157310f7c5ca9080 1,988 1.00/1.00 vMB 101
668,977 668,977 00000000000000000005c79d0290c4b90afdf3c48ef0b5e9647ad108ee80e0e0 2,126 1.00/1.00 vMB 91
668,976 668,976 00000000000000000007e7f3ed00cdddbcdfd2422726f9a2e768f3a9902d4647 2,691 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.