Loading Tool

Explorer IconExplorer

Memory Pool

78,467 transactions
29.50 vMB
0.07566242 BTC
Random Selection Loading Transactions
Max Size: 177.63/200 MB

Candidate Block

Mining Attempt ea7e5866ce8ea43e5d991d181285b0b747323ece298803a6fccd68e6c8e2f70e
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root 4e136e7ceb915021dd38ebd6da3cf0c812c0c26c07d860ae5826db17f0ca0249
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,913
Size: 1.00 vMB
Total Fees: 0.01343994 BTC
Feerates: 40.26 > 1.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (354,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,086 561,086 0000000000000000000789bd091146f0ceea006265180d577976b247445910e2 2,582 1.00/1.00 vMB 13
561,085 561,085 000000000000000000002705e7eda83aa742a929040da5ad5bebae92a433e331 3,260 1.00/1.00 vMB 55
561,084 561,084 0000000000000000002bfff44692f3f1f3385cae41c243b3a518c67818b4bcdc 2,478 1.00/1.00 vMB 17
561,083 561,083 0000000000000000001567c7c044821562135cef9761db965540599e069fcc6b 3,533 1.00/1.00 vMB 21
561,082 561,082 0000000000000000001be0f6c54bdfcb7dbc94e71efd60574ecdaa800c895572 2,583 1.00/1.00 vMB 47
561,081 561,081 000000000000000000286e1543fadc7a33be73a751bf6271e01d1ac6a7546452 1,935 1.00/1.00 vMB 12
561,080 561,080 0000000000000000000c9823ffb7c1c884fecb0c823c70a49453ac6f6cdcb293 2,762 1.00/1.00 vMB 34
561,079 561,079 0000000000000000000163053b3817f204fbf7a1c6fdd0b8a2c55b256b6c2753 2,406 1.00/1.00 vMB 19
561,078 561,078 0000000000000000002afbd0902a55e571b8f1ea8f8cdb30c7dc6d65952aade9 2,183 1.00/1.00 vMB 19
561,077 561,077 0000000000000000001f199d0e27b69c5385d711fa8575d0e4429b9bf10f4732 2,850 1.00/1.00 vMB 21
561,076 561,076 0000000000000000001253e35a32e52cbe5eb3928cb32b7ff3ec4683482575e8 2,593 0.99/1.00 vMB 35
561,075 561,075 0000000000000000000ba394229e6a27af6ff1c2f41e67381748a72b8f0ec198 2,762 1.00/1.00 vMB 61
561,074 561,074 0000000000000000001feffa3e8afac1c8c138551ff162dab4c7423b883a19b9 2,182 1.00/1.00 vMB 18
561,073 561,073 0000000000000000001736dafdad163c28f026f24fe1580094d87b3c28e756b2 1,962 1.00/1.00 vMB 23
561,072 561,072 00000000000000000008f9e753fea607ce6e4ecb3561bb620bc38ed33e977b8e 2,468 1.00/1.00 vMB 13
561,071 561,071 0000000000000000002dd2919f5e40ba4b05ad85c6209b3f35a83abec15d2f7b 2,294 1.00/1.00 vMB 18
561,070 561,070 000000000000000000035d97c971e962ce39e139d6e51709217b96627ac1ce39 1,654 1.00/1.00 vMB 48
561,069 561,069 00000000000000000003f017a3aee70d9a3f9cceb80cdc80bbe4d252544f6063 1,037 1.00/1.00 vMB 110
561,068 561,068 00000000000000000013ed4fe3cedddf4363690495b2c0dd9e78997fcaae785d 2,915 1.00/1.00 vMB 5
561,067 561,067 000000000000000000028c556af50a0689fbdc44e0c0b0d59d11d2ff800ff2cc 1,818 1.00/1.00 vMB 13
561,066 561,066 000000000000000000053258e4ff48d238b7a023667311d9ec64bb40dda95791 2,420 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.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.