Loading Tool

Explorer IconExplorer

Memory Pool

77,606 transactions
28.56 vMB
0.09797091 BTC
Random Selection Loading Transactions
Max Size: 173.60/200 MB

Candidate Block

Mining Attempt 1ff82a06c29f96e7c7e0e759fee657be4cc2686ab1c7a6f06a00de8dd7dd643f
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root c7516946fae71fb15113d966317bd2e979f2438f42a55b6bfa67b619bbf0a559
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,882
Size: 1.00 vMB
Total Fees: 0.03296108 BTC
Feerates: 201.07 > 3.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (301,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,217 614,217 000000000000000000049dde853cf4a297e1f58282da36f3a8e1b3acf917cd7a 2,787 1.00/1.00 vMB 24
614,216 614,216 00000000000000000004add92028499d97274f8de48845e46c5e5a098da8a529 2,160 1.00/1.00 vMB 13
614,215 614,215 00000000000000000010a085bae7a5e6eebaf7d83bb13ce85908a4b112263e4e 2,476 1.00/1.00 vMB 23
614,214 614,214 0000000000000000000470a606c63986975c394bad04441238a5acf24e0b0fb0 3,250 1.00/1.00 vMB 31
614,213 614,213 0000000000000000000b5e984e06d5e589cb63b4972b07aec3f0c11a7a036a16 2,738 0.85/1.00 vMB 12
614,212 614,212 00000000000000000007c49d6487a7fc9ad8802773048f3c15aac82e6491ad18 1,325 0.72/1.00 vMB 8
614,211 614,211 0000000000000000000cc011fea5d3dc0e143c29dd49eb8f689c2f73fdaa1797 2,904 1.00/1.00 vMB 13
614,210 614,210 0000000000000000000a438a703f6aa418fddce216a8be70bb8fcf113839c987 2,873 1.00/1.00 vMB 6
614,209 614,209 0000000000000000000ed636d412f62b0c42dbcc7f38877c300a3cc0b7e18258 3,413 1.00/1.00 vMB 28
614,208 614,208 0000000000000000000e116c699f1a064b1452c3c9b97843370db652c3d7e01b 851 0.33/1.00 vMB 2
614,207 614,207 00000000000000000000433cd041ee01ccdaf2d2fa50e553e905c5a721893600 3,221 1.00/1.00 vMB 17
614,206 614,206 000000000000000000028a774f203dd848acf80c9c5d0b0bf3f75812861549d5 2,099 0.75/1.00 vMB 16
614,205 614,205 00000000000000000012abec2fca8a9be24f74bed7ca6f37412788009541aa83 671 0.22/1.00 vMB 11
614,204 614,204 0000000000000000000dd231e6e88bf6ee38eaf5c7e2f41f1fe8188237b9575e 2,326 0.74/1.00 vMB 13
614,203 614,203 0000000000000000000a3a50c14a444e174b272e3e63970e410a34f79996a779 1,956 1.00/1.00 vMB 4
614,202 614,202 000000000000000000128bcf28de1dd4b441fc00cd40fa9c623411bf53a736ba 2,992 1.00/1.00 vMB 11
614,201 614,201 00000000000000000004d48aa99844d55b94643593ee69e15f3eca6e51699ab7 3,160 1.00/1.00 vMB 18
614,200 614,200 0000000000000000000ab9ed2d2a73ce62502cefe91a9e149086b7eeee35ecef 2,633 1.00/1.00 vMB 20
614,199 614,199 0000000000000000000f3b8cd0c0c0516102f6f4540eb48be060f9425e9b10a9 2,609 1.00/1.00 vMB 16
614,198 614,198 000000000000000000062472705bed3d907b1fcffa2a5903be5c3dd4696752f9 2,504 1.00/1.00 vMB 16
614,197 614,197 0000000000000000000ae163ed47a31c6a9ff6290a93d0034a18f0cbf50e88c3 2,110 0.65/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.90 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 713.73 GB
    • Received: 17.45 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.