Loading Tool

Explorer IconExplorer

Memory Pool

81,575 transactions
30.16 vMB
0.08254010 BTC
Random Selection Loading Transactions
Max Size: 181.85/200 MB

Candidate Block

Mining Attempt 4f26500abeb10f172824009e333a08e8a353d7d8b6dc45bb1ca9fd72b9f94261
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root f63504e96fe629a18a613265d8d8e45f0c632d5a9522e73744a6ca141415d03d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,264
Size: 1.00 vMB
Total Fees: 0.02067112 BTC
Feerates: 502.67 > 2.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (283,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,579 631,579 0000000000000000000da0f647b3fab99d0e9b71f7ea719518eb0d735bc282d1 2,908 1.00/1.00 vMB 112
631,578 631,578 0000000000000000000246c0d6ae0725cb8a279b36c487b916f29d4e58aea911 2,819 1.00/1.00 vMB 67
631,577 631,577 000000000000000000069631972891c90dbc7919a37cebd85073eeefdfdd4fb0 2,468 1.00/1.00 vMB 78
631,576 631,576 0000000000000000000c027ee36dc8a35fbecf1813bf6757e22027e2f55eaed2 2,992 1.00/1.00 vMB 173
631,575 631,575 00000000000000000001d1476c3bca0c2d653e053033c6df308e606368137f6b 1,432 1.00/1.00 vMB 45
631,574 631,574 00000000000000000012735cf64459c53386b1dd170e132c6f10bfe4f0ca0ce6 1,955 1.00/1.00 vMB 24
631,573 631,573 00000000000000000005afced2aaa1a5310208ac25812e383d240b3a832e452d 2,910 1.00/1.00 vMB 130
631,572 631,572 0000000000000000000d45acd0ec0d81be39bba396b4733163f50ff18a84f8a9 1,915 1.00/1.00 vMB 84
631,571 631,571 000000000000000000110f621f5545d8012a819d9dbac319d97d40b9bbbf84d3 410 1.00/1.00 vMB 12
631,570 631,570 000000000000000000084a5cfebad12ba19c27ab8f99c8c16525a8b5379030c5 1,601 1.00/1.00 vMB 11
631,569 631,569 0000000000000000000db95bdbea3fd5e21917ef186306b26c5c5b37d2894e6c 2,449 1.00/1.00 vMB 29
631,568 631,568 00000000000000000007996b4a0f88afc7ef5cac6c8b4647200b657461a3a8c7 2,648 1.00/1.00 vMB 57
631,567 631,567 0000000000000000000589d27a16bee5ad61f49cadb60f187f7f81f24fe4d189 2,718 1.00/1.00 vMB 30
631,566 631,566 0000000000000000000c72c2b9c193afefeedfaf3ff77fcd89d4ab7a91514abc 2,955 1.00/1.00 vMB 150
631,565 631,565 0000000000000000000a8601cac7d18883fe9931aaa52fe27fe8278eca5cae2b 3,073 1.00/1.00 vMB 44
631,564 631,564 0000000000000000000fb7b18549dba3d25470120460912675a83b0d35655a24 2,522 1.00/1.00 vMB 103
631,563 631,563 0000000000000000000dc09a0c5ecc1485b16b3fc2f94d5d68336706dd027cf0 2,282 1.00/1.00 vMB 87
631,562 631,562 00000000000000000009045c98a1a95d8e1467bc3c06966ddbd266b56ed6e925 2,647 1.00/1.00 vMB 24
631,561 631,561 00000000000000000000acf95bb3e65a7816c8bbfd3b144ab11ae041bdcda23e 2,874 1.00/1.00 vMB 83
631,560 631,560 000000000000000000025961441be26449fb901f1e24031f2cb22324c56c4015 2,817 1.00/1.00 vMB 125
631,559 631,559 0000000000000000000dce3738b7e7774e45a0f9959836567a4481021891932d 1,665 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.36 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: 662.64 GB
    • Received: 14.87 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.