Loading Tool

Explorer IconExplorer

Memory Pool

78,734 transactions
29.49 vMB
0.06883936 BTC
Random Selection Loading Transactions
Max Size: 177.27/200 MB

Candidate Block

Mining Attempt 8b94e8b2dddc90c33205a6589f0fd69730541c4a607e0ee8bb018b5cd6824b1d
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root aacee1d21cdbf44c06236b0b0466e936d8650c25d0a48f92a70088c9a13043e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,850
Size: 1.00 vMB
Total Fees: 0.00891043 BTC
Feerates: 50.25 > 0.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (795,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,568 119,568 00000000000003d464c362967ad7527aca492ad826015ebce5a47e65d295afdf 8 0.00/1.00 vMB 324
119,567 119,567 000000000000166438fcdd5c675222d974d9d3ddc0bf9962ff4346a89810a76f 8 0.00/1.00 vMB 0
119,566 119,566 000000000000aab4e44683fb52a278b0fbb772242b25e16c30652a968b9477aa 16 0.01/1.00 vMB 0
119,565 119,565 0000000000008ef59a1e824720b0d7391c35b5d8d983df875514432ff0bacfd4 2 0.00/1.00 vMB 3,875
119,564 119,564 0000000000005ea90d21c372b91bfedcf889b0a504aa37e13759384346ae28da 58 0.02/1.00 vMB 1,407
119,563 119,563 00000000000040d6f21494f45d882ab924f744ba532231ea97c368b72e8ad42b 3 0.00/1.00 vMB 1,124
119,562 119,562 00000000000050d5728681e9fa07e3c9ff355446e05aff21bc8e0aea5bfb6391 18 0.01/1.00 vMB 618
119,561 119,561 0000000000006a5198f79d9bd04297de3b82b2b315843b35ce1cc1822eb46307 8 0.00/1.00 vMB 0
119,560 119,560 00000000000067e67c5097c69ab37dd026eba24a5f54d22c6bb7bc0e5a24407d 10 0.00/1.00 vMB 536
119,559 119,559 0000000000006581c52c53d6acb1f0d8b517bea9b9d04e5fb1e11a6e1897efe8 15 0.00/1.00 vMB 230
119,558 119,558 0000000000006ef66ad21db9be95afdbeda657fddaacb1ab9b9ff5cb78d6bdf6 20 0.01/1.00 vMB 0
119,557 119,557 00000000000080b7a0a0eb54240e7f6f14c790ca73c5a8bebb34882253bcfcb0 9 0.00/1.00 vMB 335
119,556 119,556 00000000000035668b18ea47d57372f384f39c4d732cc78c17ab05687300195f 1 0.00/1.00 vMB 0
119,555 119,555 00000000000052034912c549e2bf12913e6a34205b5c6a7d1c2d426831b47845 8 0.00/1.00 vMB 285
119,554 119,554 0000000000001372df22bf19ede66ff5fc591a949f3cb58c62f528b1290a6d0e 7 0.00/1.00 vMB 695
119,553 119,553 0000000000002812f9b1888b7788d303e63d0ac816f922c827b3683632810a81 11 0.00/1.00 vMB 333
119,552 119,552 0000000000009ade4067aa43cf08ea160a1a1a5a7a5594459cf7bd2bb98fef44 22 0.01/1.00 vMB 0
119,551 119,551 0000000000008a55153a51c09dd275ad7f0279fb57126831898428b57899060b 2 0.00/1.00 vMB 3,875
119,550 119,550 0000000000003b83fc28145661e2c21843f1a436a5ad2a2449bd64db61eaff69 2 0.00/1.00 vMB 0
119,549 119,549 000000000000a2bcb5023e38049ed4952dbc281715e90531544c024486191efe 2 0.00/1.00 vMB 0
119,548 119,548 000000000000ad88d4686a9dadff5b0bcde170b48c3d4939dbec11561e086003 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.