Loading Tool

Explorer IconExplorer

Memory Pool

43,227 transactions
26.37 vMB
0.05824793 BTC
Random Selection Loading Transactions
Max Size: 138.51/200 MB

Candidate Block

Mining Attempt bf1c3155c3bf71a0e1fdabfdeda3e3dcc759a75b22887b42176c3a002bcc975b
Version 20000000
Previous Block 00000000000000000000e9fc36eb4e54258de385eba8454916da1a3a70de6bbf
Merkle Root b3bf2a1d3f9fe813769b7de99ae324dd10fbde914f97d342b15225d0ca2d2f82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,145
Size: 1.00 vMB
Total Fees: 0.01003348 BTC
Feerates: 150.52 > 1.01 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,751 (643,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
271,132 271,132 0000000000000003ce979a408cee28be1adfa10bd96510e66a0f71e6a0b11426 669 0.35/1.00 vMB 64
271,131 271,131 0000000000000001ac41f1aba018b6f182838e177ee24a6c64e519af9341b3b3 566 0.25/1.00 vMB 55
271,130 271,130 00000000000000011bd7454a89915384884428f26a1445046710b4dc5bb107e6 115 0.05/1.00 vMB 55
271,129 271,129 0000000000000003a5a2cebee7b451b3a88a06c4687eb573c9e649e3ce71645c 76 0.04/1.00 vMB 23
271,128 271,128 0000000000000003a1485bd1989655d189d76b1a2d96db0ecfde8573c4f007aa 280 0.18/1.00 vMB 32
271,127 271,127 0000000000000001149ff3bd65f707f34abc747a8fd144c9b0ede5485284b334 474 0.25/1.00 vMB 57
271,126 271,126 000000000000000478a1ad9cbeac37798b55569617d038fe600845702d775ab8 612 0.25/1.00 vMB 75
271,125 271,125 000000000000000087c75ede0888bc6318ed968621a0463990149d8df6ba76a8 464 0.25/1.00 vMB 23
271,124 271,124 000000000000000630ebea52ef687a076b96c4f32d9dd1af7cb1f9f2004ea7b9 1,094 0.44/1.00 vMB 77
271,123 271,123 0000000000000002e258fefb8002f98e3ba162b0cf6b3f53e83d15912e72480f 1,077 0.50/1.00 vMB 34
271,122 271,122 00000000000000065770532ad7f8b0569be60b88f8e220eb959809a4352a8b27 794 0.25/1.00 vMB 52
271,121 271,121 00000000000000025ce16aecda3dbbd91c840b4b64f88037785afb7f06d2a5bb 638 0.25/1.00 vMB 174
271,120 271,120 0000000000000000b02eaabe6dfb61010d4c1c00bda6ad7d31a9a7861cfcbffa 259 0.24/1.00 vMB 16
271,119 271,119 0000000000000003f4e549dc3a5f0afd9f9889ce4fbc0ca8aa5ba58f50c2a1a4 1,398 0.50/1.00 vMB 75
271,118 271,118 000000000000000619d3535167ae2ed79d03b69f966ddae7f0b582e46fea73e6 400 0.19/1.00 vMB 52
271,117 271,117 00000000000000010e84a5401a83fdeadb1d8e44045011a140c9617b72214648 658 0.25/1.00 vMB 66
271,116 271,116 00000000000000050b6572adb0795d66f54ff3e0e1518792042d02cfc5be31a5 459 0.31/1.00 vMB 44
271,115 271,115 0000000000000001ef3322b1f982533e6b5badfa10815c7ff8342c59decd663f 127 0.07/1.00 vMB 48
271,114 271,114 0000000000000001bc9f4ac6f1d67e24268098f96bf9d298d82a641d4880b6d3 298 0.17/1.00 vMB 52
271,113 271,113 0000000000000005a1f818fb3a1b613b4660046e5c91479c8f18cbff90e2af77 37 0.02/1.00 vMB 40
271,112 271,112 000000000000000586d90f7c132677a0c6aad64ba07f44be6ac989359e67407c 373 0.16/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 781.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: 647.07 GB
    • Received: 12.89 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.