Loading Tool

Explorer IconExplorer

Memory Pool

80,340 transactions
30.13 vMB
0.12297319 BTC
Random Selection Loading Transactions
Max Size: 180.78/200 MB

Candidate Block

Mining Attempt 6953b8782053fb8e9dc64f32fafd8f1e4ebd7e3c2d6e9bda35d053dc27a57f23
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 4f5f039678f430c2aa7ac48ec1310dddd3df44367a558041dc5222fe7b72c9ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,265
Size: 1.00 vMB
Total Fees: 0.05433657 BTC
Feerates: 150.86 > 5.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (306,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,880 608,880 000000000000000000020b872929ca8229de4604dde6e12e04392054f900827e 2,986 1.00/1.00 vMB 10
608,879 608,879 00000000000000000001b0e262c6f5a54cdf6c4e2b0a93cadf881193c02ebc76 2,852 1.00/1.00 vMB 14
608,878 608,878 000000000000000000006a40d85d18d9c4c925c91fe0dc78c4c5bd423d1686b6 3,289 1.00/1.00 vMB 37
608,877 608,877 0000000000000000000ada47e9bb304e7e8a44942bfb4084e2db03b4455be3a5 2,801 1.00/1.00 vMB 24
608,876 608,876 00000000000000000014c703634aeac34b6b93245df7934f3e3960914e99418b 1,591 0.43/1.00 vMB 21
608,875 608,875 00000000000000000012efbcf5fe6040f39650ab6543fa9ff0ef4bd87e5d217f 1,537 0.44/1.00 vMB 20
608,874 608,874 0000000000000000001335c7783beae70a0830638657fa5c6d35d455aa2e44a2 243 0.10/1.00 vMB 27
608,873 608,873 00000000000000000008d24e95033540ca5babfddbd06e04eaf52c4e1f64fcd7 697 0.18/1.00 vMB 14
608,872 608,872 000000000000000000157b5c05bd9037abf61711cbde7f951111fdb259830954 3,968 1.00/1.00 vMB 19
608,871 608,871 0000000000000000000ef900b0897b7d4c584c6679e679eaa17642af5f3bd6c7 2,473 0.66/1.00 vMB 18
608,870 608,870 00000000000000000002a1aea18e32baeac712d71c872e3613e859038e8e120d 183 0.05/1.00 vMB 16
608,869 608,869 00000000000000000012fd87aaf01cead8ae2fd76807cf36c19c2c1111b18485 2,489 0.67/1.00 vMB 10
608,868 608,868 000000000000000000069c320f55f4d986d00dcd455dacecfc92c5b041ad83ac 2,913 1.00/1.00 vMB 15
608,867 608,867 0000000000000000000bb1ad9dba66bffe5aaff86971d1907b49fa96fc3e681d 2,763 1.00/1.00 vMB 29
608,866 608,866 000000000000000000091d3cd46b01e78a19052fdd8ba02c539a45d3da527ee8 276 0.06/1.00 vMB 22
608,865 608,865 000000000000000000105a459680cab89f759596c46f7b10d457d12dd1528b4a 2,453 0.64/1.00 vMB 15
608,864 608,864 00000000000000000005e79f06da688113c5eb38ee07adc18b58f46d6a4658b4 2,834 1.00/1.00 vMB 11
608,863 608,863 0000000000000000001139dac48d58a67cb395c7cc514e3b19fc94d5046a1ff5 3,010 1.00/1.00 vMB 21
608,862 608,862 00000000000000000011b0908340a1e122347f5ba96ebf95e1edbafceeb83913 3,077 1.00/1.00 vMB 36
608,861 608,861 00000000000000000011a5992e14d1dc3a97ae3350b1135f0d41c0bb68a83cc9 3,578 1.00/1.00 vMB 15
608,860 608,860 0000000000000000000172de9b486020be1c89cd6349c41192f0fc3eb22a3c99 3,269 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.57 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: 671.23 GB
    • Received: 15.88 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.