Loading Tool

Explorer IconExplorer

Memory Pool

40,888 transactions
25.82 vMB
0.05051420 BTC
Random Selection Loading Transactions
Max Size: 134.89/200 MB

Candidate Block

Mining Attempt 163b19dbf9d65b5ee65fb47de3e4451fadb6cd0e16da2ca4d8e4fd5f3fb65cae
Version 20000000
Previous Block 00000000000000000000d8ba2955f02eb456e7c5acbac6935bbd800431352c76
Merkle Root ac8c79dbbe8a6ea0c89171f78825534043a9e342f8bbd14aaf693f3637b6fafb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,701
Size: 1.00 vMB
Total Fees: 0.00360876 BTC
Feerates: 100.28 > 0.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,739 (117,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,155 797,155 000000000000000000050abee52b8e914b5e8605cc9620c9403bde9e2a6c6fa6 2,205 1.00/1.00 vMB 15
797,154 797,154 00000000000000000004a160da79855339b29e5d98e0c4a50f157d0aabed1cf3 1,803 1.00/1.00 vMB 12
797,153 797,153 0000000000000000000398cdf057e9764d2883da16dee2a073dd353f7bce0195 3,052 1.00/1.00 vMB 15
797,152 797,152 000000000000000000045a4b21dcf33590ab2392731f0fcd01639e879c4671df 3,205 1.00/1.00 vMB 22
797,151 797,151 00000000000000000002f54616a261e990eede36622d4c4b71d3f64759074e85 3,327 1.00/1.00 vMB 29
797,150 797,150 0000000000000000000398424fd786832db2a27439213014c4109620361836f5 1,402 1.00/1.00 vMB 16
797,149 797,149 0000000000000000000042789f46526359ed02f3df04c0ec95c5707a77f7bb54 3,592 1.00/1.00 vMB 28
797,148 797,148 00000000000000000002163c51613564713fb3f22faacd68d9459462dde1f0b6 3,310 1.00/1.00 vMB 27
797,147 797,147 00000000000000000000eeba949e19341c9ea9d7ba56c84b1dc581d8de7745db 1,533 1.00/1.00 vMB 14
797,146 797,146 000000000000000000045a24e7b19ae4a8dd4a473a5bb6acd34e79a805b43410 1,788 1.00/1.00 vMB 17
797,145 797,145 000000000000000000026cdd26c87a4012378f6050aafd44551a610d790abfd2 3,004 1.00/1.00 vMB 24
797,144 797,144 000000000000000000007d403ce111d1e430995fb7de26f41be8d1a79d722ec2 3,714 1.00/1.00 vMB 27
797,143 797,143 00000000000000000002027c04316d6aefaacf329ddfc3e1b037bc2244ef359a 3,112 1.00/1.00 vMB 23
797,142 797,142 00000000000000000002e9f9345c35059819c729ae56f68b24f1bf4fa1152705 2,605 1.00/1.00 vMB 22
797,141 797,141 0000000000000000000253d131ac56ae0ce60adf4f4b9f0fe322fef30d1bae69 3,533 1.00/1.00 vMB 34
797,140 797,140 00000000000000000003c6300d9d0350e1225134ad8945ba98e9671375415f24 3,460 1.00/1.00 vMB 33
797,139 797,139 000000000000000000051110650ac5bd23ca174472a10b3c1fba7a233bb843a3 1,757 1.00/1.00 vMB 18
797,138 797,138 0000000000000000000216004f16ab2a9927b5296e52c95843b76e68a2feb3e0 4,657 1.00/1.00 vMB 6
797,137 797,137 00000000000000000002f73334e24fa49b6f0e07a7ece95b336d115a16901c80 4,774 1.00/1.00 vMB 8
797,136 797,136 00000000000000000001b99eb6d41112c155b425933d003015a13114b4968277 3,325 1.00/1.00 vMB 6
797,135 797,135 00000000000000000002f40a7bda4ab3e80a0f1733992b434bc47ba9815a9fe1 3,255 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.93 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: 646.27 GB
    • Received: 12.83 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.