Loading Tool

Explorer IconExplorer

Memory Pool

42,097 transactions
26.79 vMB
0.05719277 BTC
Random Selection Loading Transactions
Max Size: 140.68/200 MB

Candidate Block

Mining Attempt 367eb18523bb3d95ffb81a123368b48adae454bec75490c499674293dc2dec0d
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root c0b8517418c315f1fbe545e32de2b4578c6281d7c464866e40756daedf625fbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,487
Size: 1.00 vMB
Total Fees: 0.00747370 BTC
Feerates: 103.41 > 0.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (408,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,898 506,898 0000000000000000002efb066a6b91ef2d0c474cc0bcdb1c9bf4955ff2e8eb40 1,598 1.00/1.00 vMB 55
506,897 506,897 0000000000000000004c03bfefffaad82bdf5260826e8b72115521308ba447fd 2,672 1.00/1.00 vMB 132
506,896 506,896 000000000000000000194c3ecc011675d9f5c68045335cb34d0ddd31b0c219f3 2,898 1.00/1.00 vMB 210
506,895 506,895 0000000000000000000d75fdf34fc5266b22d7ea3b4d9f0ad76a458ced9a7b6d 95 1.00/1.00 vMB 10
506,894 506,894 0000000000000000005a0c4108ba2554d28dd8044c739385143a92ba94e5231b 639 1.00/1.00 vMB 10
506,893 506,893 00000000000000000012822d43e62c8fe6fa36846d9010ced338b0a5fd5d25e7 702 0.44/1.00 vMB 84
506,892 506,892 0000000000000000004c53ae83ad80e7268335441c18b8ed34911b1f1fa0b5c6 717 1.00/1.00 vMB 35
506,891 506,891 00000000000000000002c1b7721219e72045cdc621a4e0bb7a89e913372c6ce6 1,276 1.00/1.00 vMB 84
506,890 506,890 0000000000000000002ddb749b5dc4a73259196eb0ec38e0c679c24a9c6f7f56 847 1.00/1.00 vMB 37
506,889 506,889 000000000000000000314ff9239d894bc67daa8497a430d0120d47e2c429f445 1,702 1.00/1.00 vMB 129
506,888 506,888 0000000000000000001c6c1fa8942a19934c5c4c6f728dda471900ac5fa81792 341 1.00/1.00 vMB 24
506,887 506,887 0000000000000000002a1582d704bc9f15f0158e8e226d852d3e18dd8df9f863 978 1.00/1.00 vMB 11
506,886 506,886 000000000000000000024bcae05fea50379937ae03b9f9eb96ec3cedfc42ba61 2,000 1.00/1.00 vMB 96
506,885 506,885 0000000000000000005ac203dca8578c45c167a6c7813a34d22fa4045c7a4131 1,710 1.00/1.00 vMB 102
506,884 506,884 0000000000000000000fc644541a8835195489dad34eed290539b5ed0c24722f 1,846 1.00/1.00 vMB 63
506,883 506,883 00000000000000000065996b96046cd3f7f3a816931ef5c18cec14e261d1d09d 1,676 1.00/1.00 vMB 130
506,882 506,882 00000000000000000034497f01a5659fe57f3ed445daa0e972e82c0bacd8cc1a 2,167 1.00/1.00 vMB 211
506,881 506,881 000000000000000000664d2a8b00d692eb33f6e2e7e7c0b8b2e1cdd4717dc387 2,743 1.00/1.00 vMB 179
506,880 506,880 0000000000000000003d93e5e2f080589c305efd03329dfa0b33a2ab623e9183 2,835 1.00/1.00 vMB 207
506,879 506,879 0000000000000000003d2e361360b437371030b41d16d7bb1788c6956bc41971 2,558 1.00/1.00 vMB 116
506,878 506,878 000000000000000000494dead01f79f5a217e07c0a91feb19cce424d3dbb306f 1,277 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.