Loading Tool

Explorer IconExplorer

Memory Pool

86,498 transactions
32.45 vMB
0.11196742 BTC
Random Selection Loading Transactions
Max Size: 195.19/200 MB

Candidate Block

Mining Attempt ff1fb51a38adc2ae1412249582869deefbe1b7fb4748611f4fd535176d83fa47
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root e6c564468b4ce5107c409b13497889f38adfe528f712eccac0724cb2cd73b0d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,626
Size: 1.00 vMB
Total Fees: 0.03745498 BTC
Feerates: 218.18 > 3.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (477,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,787 437,787 000000000000000001397c6b0e4d05ecdbd57555b81045af0209849e993e3dcf 1,642 1.00/1.00 vMB 83
437,786 437,786 0000000000000000025133afeeaece35de8231d5dc0110dcdb35a0c63e7258e7 2,420 1.00/1.00 vMB 76
437,785 437,785 00000000000000000389b7d70c649107788d273f585c73be5c8819f0cc56ff39 2,596 1.00/1.00 vMB 99
437,784 437,784 000000000000000000a152782bd8457f398a9e61877d35d7eba45e4dccb68f2a 2,448 1.00/1.00 vMB 138
437,783 437,783 000000000000000000d4e0bdf82897e6b68b4b57c2076daabff408477139dae6 2,311 1.00/1.00 vMB 62
437,782 437,782 00000000000000000237373bbb7e48fffda31cb461278cc4219e5eebf30bff97 2,245 1.00/1.00 vMB 77
437,781 437,781 000000000000000001af9719d7ee0c5624c5dfabfd949dcb5b9a9aabf47c28f1 3,238 1.00/1.00 vMB 129
437,780 437,780 00000000000000000410ceec34b12c3f520808a51c7d94cad29c2d30cf13678e 2,248 1.00/1.00 vMB 75
437,779 437,779 0000000000000000005e417650e20efc8d69b71e7625f6edf8810b3e4445f519 889 1.00/1.00 vMB 21
437,778 437,778 000000000000000001ed8431a98bf2fc027730b22af7c8689f36e431737c1de3 1,031 1.00/1.00 vMB 30
437,777 437,777 0000000000000000017cae3fcc9f3bd67197d33e14bfaf2c33617d9a4c300503 1,271 0.94/1.00 vMB 33
437,776 437,776 000000000000000000dc1cc1a63bf3125303271a5632301b2d3820af135df25b 2,107 1.00/1.00 vMB 81
437,775 437,775 0000000000000000027fe5d29b7209ab49db7771a69f0ca6643936954f03508a 2,094 1.00/1.00 vMB 37
437,774 437,774 000000000000000001dc260227c33affec735f3b3d730aca86c8b022e6350616 2,442 1.00/1.00 vMB 72
437,773 437,773 0000000000000000013370442097ac6be61a545b0ec96ddfe71728285ea028c0 2,495 1.00/1.00 vMB 74
437,772 437,772 00000000000000000444c8923f7d4248f92fc9649c8525657d9ff55b5cc82c16 2,772 1.00/1.00 vMB 83
437,771 437,771 0000000000000000011e50e754a957afd72ced5bf5bd0bc1b357c7be6e24792d 2,317 1.00/1.00 vMB 56
437,770 437,770 0000000000000000011c72438a79cfa791122b4ba160ff124606a600a25d2b5f 1,907 0.75/1.00 vMB 57
437,769 437,769 0000000000000000023644ef38702339ee34796977e803383373c41cb4d399d1 2,329 1.00/1.00 vMB 81
437,768 437,768 0000000000000000015a8e201276e20efc7d2adef19c50003f835333d2ed4d91 2,548 0.99/1.00 vMB 60
437,767 437,767 0000000000000000043a53839de61a52054ab58f2f1303b9ab6b8e746d6614e5 2,730 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.52 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: 668.87 GB
    • Received: 15.61 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.