Loading Tool

Explorer IconExplorer

Memory Pool

75,377 transactions
27.76 vMB
0.08025462 BTC
Random Selection Loading Transactions
Max Size: 169.47/200 MB

Candidate Block

Mining Attempt f1b9261bf020454c0b2376b5d75aa656e2e15fce93b931bb7bfa55542b5fa408
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root f322da56c96760b9df1461531063f9a43013e5e30b0cb16443ab61e6ce678166
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,319
Size: 1.00 vMB
Total Fees: 0.02090614 BTC
Feerates: 106.68 > 2.09 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (117,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,402 797,402 0000000000000000000554fb8a20fdfde74cd93b8f36780b9c548ebb8b900d1f 1,957 1.00/1.00 vMB 12
797,401 797,401 0000000000000000000444826c0c1dc5af247d73a83f83822b15dd6c0e5c3b40 1,783 1.00/1.00 vMB 6
797,400 797,400 00000000000000000000b1034e8f39f2e8df4914ef42deb78746c8e836fe20aa 2,238 1.00/1.00 vMB 10
797,399 797,399 000000000000000000054b15f63dd7e08a651ca08445a52c890a99bc5cd3f95e 2,003 1.00/1.00 vMB 14
797,398 797,398 0000000000000000000139e306c545dacfa2d036abea8100cf60868ed736e6c6 2,970 1.00/1.00 vMB 21
797,397 797,397 00000000000000000001599019ce6dd64ce19500d6b5e53ac1f1134c04358db1 2,755 1.00/1.00 vMB 15
797,396 797,396 00000000000000000000049443dfdf9ecfedc1ae20259fe37084c182aaa65fc8 1,256 1.00/1.00 vMB 10
797,395 797,395 000000000000000000016532bc2beff9d8ffe16a4735d87573adf4e7c14553cd 3,124 1.00/1.00 vMB 19
797,394 797,394 00000000000000000001e0f8bfa9a8930a227b6d5a824aac7c3b122171b1365e 5,597 1.00/1.00 vMB 6
797,393 797,393 00000000000000000003126088084634aea970e771fea031ee81ce48b868d1d2 6,630 1.00/1.00 vMB 4
797,392 797,392 000000000000000000048e48cbf3f01e3a0a352d464f66f2b14c70a16ee34cb3 5,965 1.00/1.00 vMB 5
797,391 797,391 0000000000000000000306c306dbdb81d94853b2a24218048c647271f82d9fdb 3,977 1.00/1.00 vMB 5
797,390 797,390 0000000000000000000423d665400b7226210dfa4482ef0890a311ca0c3d2e6a 2,610 1.00/1.00 vMB 13
797,389 797,389 000000000000000000024e0fb1d59ca1c61e867caa4a17671c5e53980f5ea982 2,960 1.00/1.00 vMB 8
797,388 797,388 000000000000000000040d07cf8412ad3e6c86cba87a8fb130eaf536a22b7c68 3,087 1.00/1.00 vMB 16
797,387 797,387 000000000000000000034e1753a45bfbbcfcd7ce7d0d536d93d05906e462cb34 2,496 1.00/1.00 vMB 10
797,386 797,386 00000000000000000003a2fb773a3d0954a978d2d428a7358593cb50aebc5c68 2,732 1.00/1.00 vMB 17
797,385 797,385 0000000000000000000583114641d474e9e91d3b578d68a9ee2ebcb9029dc7b3 6,290 1.00/1.00 vMB 5
797,384 797,384 00000000000000000004de315dc41d3de27f74e1c34c1ee9df0df7c810164fa3 3,829 1.00/1.00 vMB 9
797,383 797,383 000000000000000000050884ab06a4cf2805adf800c3a6a65899ca110f022aa7 2,005 1.00/1.00 vMB 5
797,382 797,382 00000000000000000001277ec67575408c78e171e976bdf183e05bc59c886f82 2,034 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.85 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: 712.49 GB
    • Received: 17.17 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.