Loading Tool

Explorer IconExplorer

Memory Pool

76,514 transactions
27.64 vMB
0.07788441 BTC
Random Selection Loading Transactions
Max Size: 168.75/200 MB

Candidate Block

Mining Attempt 84472122383d1ff455b53271662f186287d4d9be5fee522cd5300e279378c702
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root bdb7bd8561ddd12b9dbe4866e170a3b6aa7a5492ca194a40fadca6e816e0a2db
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,839
Size: 1.00 vMB
Total Fees: 0.01886904 BTC
Feerates: 402.60 > 1.89 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (476,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,476 438,476 000000000000000003dbc2f5d52861bf866c7848ac0c0582f5c2b451a4b275d9 2,150 0.99/1.00 vMB 57
438,475 438,475 0000000000000000015d54ee315542b212f594472b0f562251a685a3416b4329 1,267 0.82/1.00 vMB 46
438,474 438,474 00000000000000000388c5f44903b51f20cbcfabdcecc225105ac1346f0c9beb 2,590 1.00/1.00 vMB 63
438,473 438,473 000000000000000003d5f0b490c844d95fddc7044927cf70d780adbc42e10c62 2,723 1.00/1.00 vMB 77
438,472 438,472 00000000000000000386abccc1cd1ca2b0dba8f3a329ef295c53f6fe1c28cc6e 2,053 0.75/1.00 vMB 76
438,471 438,471 0000000000000000003100a81b3cc24a8eef089423c9426fa7f11db390217acf 1 0.00/1.00 vMB 0
438,470 438,470 0000000000000000006de77457a60cf42b8d514ac2f3be23d6258db00f5b0182 2,715 1.00/1.00 vMB 75
438,469 438,469 000000000000000003453f2f9d8372956d11f60214e84635159799fff8059cde 2,154 1.00/1.00 vMB 68
438,468 438,468 000000000000000001bb6a8af8d93458ae6c449679aea87cf6a1fa6ebccb1339 1,854 0.75/1.00 vMB 64
438,467 438,467 00000000000000000077ae847116a1d9e03ae899d5afc8c069c29bdba6fe07dc 1,823 0.75/1.00 vMB 89
438,466 438,466 000000000000000002c18c8cc3b7b6e2c6d664658b68ba610aacdef29a81bdf4 1,950 0.75/1.00 vMB 71
438,465 438,465 0000000000000000022d99f368245d8d4937fa6133520ec9987186e2006de272 510 0.25/1.00 vMB 62
438,464 438,464 000000000000000002ffd8945fb53d1a864b68293b37068c6696ee4e81c48d96 253 0.99/1.00 vMB 5
438,463 438,463 000000000000000003fef718813f4a95f1a211c2ce057c1ba0ccc4b838ccde51 1,698 0.70/1.00 vMB 49
438,462 438,462 000000000000000001c327fbb0c056188bd0ded5ccb813954bde22b488685bd8 2,229 1.00/1.00 vMB 68
438,461 438,461 00000000000000000400559aaef195f2aca9d92ddda9f6fa51971acf0a08a2e0 1,054 0.43/1.00 vMB 52
438,460 438,460 00000000000000000245092a9aee0852fa6118ee969b9b1bfb014287e8a89c39 899 0.36/1.00 vMB 61
438,459 438,459 0000000000000000005ad563a1250d31fc02dfc1477c84beec2c288a9611c7d5 1,354 0.61/1.00 vMB 59
438,458 438,458 0000000000000000029ea823e54bbc26e4e24d8da0768f15ca6991b4db6f0bc7 588 0.23/1.00 vMB 61
438,457 438,457 000000000000000001decf071a4b06494419f7c0b926d084bd44bd605fbd8a3f 1,317 0.61/1.00 vMB 69
438,456 438,456 0000000000000000035370512f1f32e3476339402e29895060c319d0c6d710b9 2,128 0.83/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.