Loading Tool

Explorer IconExplorer

Memory Pool

47,402 transactions
28.02 vMB
0.08909033 BTC
Random Selection Loading Transactions
Max Size: 148.90/200 MB

Candidate Block

Mining Attempt 12d8695b1b037f72aadedf66cf7dfdeeb75b2c8c96b17a05e417fd09d07c1ca8
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root cd6c9c8e163a20cfb0b0d1f118757031f61240694f652ac060e6c3049a7c15b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,504
Size: 1.00 vMB
Total Fees: 0.03422242 BTC
Feerates: 500.00 > 3.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (705,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,736 209,736 00000000000002411906c6d34af0c9bc8137e54899d8d3faab808a9296a29678 147 0.06/1.00 vMB 91
209,735 209,735 0000000000000289ef01a66256c53c0160746c2fcb8987f288f4b1f802ba8dcd 54 0.02/1.00 vMB 205
209,734 209,734 00000000000002b634dd6f27a00a29fdf80d7accb2c99633b888754fb68dbfe2 146 0.07/1.00 vMB 97
209,733 209,733 0000000000000367c7916cd4c89dd98bf69052aa3fb25722ae4498428e710b45 35 0.02/1.00 vMB 101
209,732 209,732 000000000000047bd7829bc8752f91a02fa95d2d9d124e2eebc08b2f4a4f91f6 498 0.23/1.00 vMB 188
209,731 209,731 0000000000000307555d7c314894e12800002139abbb5f07322c8803c9b1adc2 80 0.04/1.00 vMB 156
209,730 209,730 00000000000002505583285d1c5b809ac1897082a6338d82a3edb8819908b9e6 134 0.07/1.00 vMB 149
209,729 209,729 00000000000002f3c527821643f3a2008024a950b17c60c6362e4aaa4d43daec 162 0.08/1.00 vMB 121
209,728 209,728 00000000000003eb94899dce0b21f1133fffb2aebf4e6ab04380a3b492ac8dd5 170 0.11/1.00 vMB 114
209,727 209,727 00000000000003a71a652a21b12b1f3aa512955e2863d63a645236d0219a399e 365 0.13/1.00 vMB 204
209,726 209,726 00000000000000f651c4aa52e1c27c0b9d9788089a0582d103ebf431366e50bd 649 0.26/1.00 vMB 200
209,725 209,725 0000000000000338d8a52ee3157665fcc4e6181a36e00d2bd92e5fec88e86268 11 0.00/1.00 vMB 170
209,724 209,724 000000000000044306b0bed227125dc86d1ad96565cb1ae3affd713f7ec41392 43 0.03/1.00 vMB 308
209,723 209,723 0000000000000057aec8c9f1c9edf3132ec9435c45a6e0a6df0261bd6b9b0d94 409 0.17/1.00 vMB 152
209,722 209,722 000000000000040c1d94d6b063c9476f23e3e6e8d6ce7f17104a661d39a459bd 6 0.00/1.00 vMB 159
209,721 209,721 00000000000000d13ab9f450c6a1bebeec5c7134e9c379878aed7453e1bef686 403 0.19/1.00 vMB 176
209,720 209,720 00000000000002befe864c685392ceb792dc1126dad226a40c77eca47d225e69 78 0.05/1.00 vMB 84
209,719 209,719 00000000000000e45539f261581065919749af570019d2d520486cf3b9a73cf8 520 0.41/1.00 vMB 59
209,718 209,718 000000000000012daef766d11bfed84ba953d33a9dca57db706f42f3dcf7f1c7 543 0.21/1.00 vMB 222
209,717 209,717 000000000000009735dc61a25464ae4cb6c9c9e9f6a57329c6b20bd9c5e4ef58 202 0.07/1.00 vMB 241
209,716 209,716 00000000000001bc168d4b4f3c708402caf5a1f39dfbdda761097c6ee1fed971 374 0.26/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 782.01 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: 649.43 GB
    • Received: 13.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.