Loading Tool

Explorer IconExplorer

Memory Pool

79,294 transactions
29.74 vMB
0.07635035 BTC
Random Selection Loading Transactions
Max Size: 178.28/200 MB

Candidate Block

Mining Attempt 6c2d0040f0b9b6f8d852ca9f50a3e455dd9b760d00cec35e6534f66b1f98b6be
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 4d23a107d68c4bb0cee52ca000b04f2fcbfa155e4feb023c14763652667385f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,651
Size: 1.00 vMB
Total Fees: 0.01574145 BTC
Feerates: 150.77 > 1.58 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (505,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,118 409,118 000000000000000000f8a34c970f54cb0b65d35b834f81ec61994924af4b8250 2,942 1.00/1.00 vMB 52
409,117 409,117 000000000000000000815de065b84d2ecb1e5e5f2c47a169993b25424cb28f78 1,723 0.75/1.00 vMB 37
409,116 409,116 0000000000000000054ff2e57396b696ebacb8f7a4183c524d430e95e5cdf149 3,148 1.00/1.00 vMB 54
409,115 409,115 0000000000000000031e5030bb75f6fa456a089398be36d41df898ed25b54d09 2,636 1.00/1.00 vMB 46
409,114 409,114 000000000000000001dc9ad47983fd119bafbc60650733b6278d6c59216bee03 1,127 0.56/1.00 vMB 41
409,113 409,113 000000000000000001a2e11b06e1c3ebaf9e562da75e66a604e468c5b24ffe6e 829 0.73/1.00 vMB 25
409,112 409,112 0000000000000000037d7a1a94ef73ed0e1377afbc8c1c01dfb9a2c3ffc90eef 2,350 0.99/1.00 vMB 47
409,111 409,111 00000000000000000119460ff9d8e9c5772e5ca8f21122c36453fc8a73a587a5 565 1.00/1.00 vMB 17
409,110 409,110 000000000000000001a8952d128cda9127d0c52029d06d828775d3b84e84e47a 888 0.81/1.00 vMB 23
409,109 409,109 000000000000000001ef6a5d9481331687470954da18290c993b6a71888296d7 2,404 1.00/1.00 vMB 56
409,108 409,108 0000000000000000015efefae4038c924fb9d81f2bd2bbb5232fb644733ff454 1,653 0.99/1.00 vMB 34
409,107 409,107 000000000000000005d7fc154f3afdf4ff6b6220fa13bd16411b85497212c7ba 1,401 1.00/1.00 vMB 23
409,106 409,106 000000000000000005eff9df1fe7d86902d34d5d158268dcc111283ff36ef14a 2,452 1.00/1.00 vMB 55
409,105 409,105 000000000000000005385a26b854d19fe4240600882321983a3d5a5df5e9af73 1,265 0.93/1.00 vMB 23
409,104 409,104 000000000000000000fd5d8f94e18479f1d2cd99bc9b29ed208632b15805791b 1 0.00/1.00 vMB 0
409,103 409,103 0000000000000000060466e936f059dc80c8d6bd913f17bb52f2b103230dc486 1,012 0.99/1.00 vMB 21
409,102 409,102 0000000000000000025b6595068e1347f323d183fc181de3c61db975a3d9abe6 2,670 1.00/1.00 vMB 41
409,101 409,101 0000000000000000016cab109a6424d6faf503e8f48302672b9176e60c28ad51 2,747 1.00/1.00 vMB 58
409,100 409,100 000000000000000002f25e59c6c7bcf64e46277d175cb4ca19486e62c7abc756 1,975 0.99/1.00 vMB 100
409,099 409,099 0000000000000000000cffac68ba318d2bf2810bf43b5d807865132450df1e2e 2,724 1.00/1.00 vMB 46
409,098 409,098 00000000000000000092ff80e7af8e08bc251e19f43bdd4ae628664bac1296e8 3,316 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.