Loading Tool

Explorer IconExplorer

Memory Pool

42,952 transactions
28.46 vMB
0.06409541 BTC
Random Selection Loading Transactions
Max Size: 146.90/200 MB

Candidate Block

Mining Attempt 4f7a232370bd4c139f095038a90470320c1001a716008f3902e89cfa36bd631b
Version 20000000
Previous Block 00000000000000000000533ffed785e40bb65926541d5898db4d8836674e9487
Merkle Root 886fd4cbd537bcc1eea88449688d1cde5d50da1bc0f469efc3059b88397901bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,067
Size: 1.00 vMB
Total Fees: 0.00908532 BTC
Feerates: 100.00 > 0.91 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,627 (270,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,128 644,128 0000000000000000000b2330a5123a28666cbdbcb9d0c5ff1c32b9dc59fb9b87 2,091 1.00/1.00 vMB 12
644,127 644,127 00000000000000000002a7e48fc46b7ad551e52ad74458816ef51fe6e112b173 2,593 1.00/1.00 vMB 14
644,126 644,126 00000000000000000001de3195806a7a0791da03ea7f12671174e6755aeb0906 2,590 1.00/1.00 vMB 26
644,125 644,125 0000000000000000000ce40bef2279eee36339bf0e2fc43373e7af29727bc202 3,097 1.00/1.00 vMB 85
644,124 644,124 00000000000000000008fb03a944559d8870f32f8d09481cdf55eea64420152a 2,276 1.00/1.00 vMB 68
644,123 644,123 0000000000000000000608e2a80d1722c17dba6598a2d14558b218a24fdce176 2,182 1.00/1.00 vMB 98
644,122 644,122 0000000000000000000b8153c50eae036262aa706b31787355774fd573c07cc3 593 1.00/1.00 vMB 6
644,121 644,121 0000000000000000001017ebba955eff4b2ad54e57baa488d05059fd4bf711de 2,015 1.00/1.00 vMB 20
644,120 644,120 0000000000000000000d1a3be171493806a62f41d51d5ab5e0377517fb6f3f9f 2,319 1.00/1.00 vMB 48
644,119 644,119 0000000000000000000981c8068ff6e78b1ecdb6a9d9fba543c682424d453a35 2,558 1.00/1.00 vMB 31
644,118 644,118 0000000000000000000bf092ab9a027593c8928b510a6cb55a2b01c13918382d 1,366 1.00/1.00 vMB 4
644,117 644,117 00000000000000000000ab4473f476d8e1a45e7d053541a3d801f3f71a58a44b 2,582 1.00/1.00 vMB 18
644,116 644,116 00000000000000000004585b219632a4e846654b038710a6a088c51e83b3d868 2,351 1.00/1.00 vMB 15
644,115 644,115 0000000000000000000c6e99d44de250257238ab1413d9049eb230c70b501eff 2,683 1.00/1.00 vMB 12
644,114 644,114 00000000000000000009f4b73f7813e4a21276036e23c14cc9eb9c2d3cd15265 2,866 1.00/1.00 vMB 58
644,113 644,113 00000000000000000004749d2548bbf853f91d963f7ba9cb43a3009ed6e265e1 2,595 1.00/1.00 vMB 40
644,112 644,112 0000000000000000000e1f1722252b5cb168492c5ece5a4d1b6b3724b2f6dba5 2,939 1.00/1.00 vMB 97
644,111 644,111 0000000000000000000e9edf2118b6c70524a25aa6ff55627f4a79b428474610 2,804 1.00/1.00 vMB 36
644,110 644,110 000000000000000000007cd976500dfa3f898eeecbd3d94feae37d0d041cbd6e 2,416 1.00/1.00 vMB 80
644,109 644,109 00000000000000000009436d177d32df2e6b1e096235d63e98ba86a8f10bbe9a 2,777 1.00/1.00 vMB 83
644,108 644,108 0000000000000000000ee1a44e61f9a9e8454794703a6fa1bd4bc0f146d321b0 1,787 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 781.73 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: 630.22 GB
    • Received: 11.99 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.