Loading Tool

Explorer IconExplorer

Memory Pool

72,402 transactions
27.95 vMB
0.06477332 BTC
Random Selection Loading Transactions
Max Size: 165.68/200 MB

Candidate Block

Mining Attempt fac408d9841886936dae4fb5d7c4323cbd05586dfaa0e93088eed945f68fef14
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root edd1bdabdb70e2441a6522abaf696021a01b21c13a9d898cbeb3347d6d5a71f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,190
Size: 1.00 vMB
Total Fees: 0.00903011 BTC
Feerates: 40.21 > 0.90 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (119,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,327 795,327 00000000000000000000b5a7c74a6ad301f1cf6daf7e92d832737e2f34757dab 2,383 1.00/1.00 vMB 31
795,326 795,326 000000000000000000018b0e38a8551e37edafc84cdc1f80b32638756fbca00e 3,321 1.00/1.00 vMB 62
795,325 795,325 0000000000000000000002c9034195ebfe0f92b541ffd16983e29cef01a7e119 2,918 1.00/1.00 vMB 76
795,324 795,324 00000000000000000000a33fdc3463e62dae37b40906a8180b86e6cf3bbb4289 3,750 1.00/1.00 vMB 34
795,323 795,323 00000000000000000003fb93b1d0a6c4414bb965c770067e6b65e7e3589a9ad9 3,774 1.00/1.00 vMB 38
795,322 795,322 0000000000000000000432506f1cdce9f4b5a443a3ce1aafd02bd4e6f9ee7aed 3,366 1.00/1.00 vMB 52
795,321 795,321 00000000000000000004d74a3f94354556571c6a721c42e856918026f62e5eef 3,805 1.00/1.00 vMB 29
795,320 795,320 0000000000000000000344d97b9c8dabdeec2122d9f0b9b947f2f221f8c327ac 3,373 1.00/1.00 vMB 29
795,319 795,319 00000000000000000000a015a7264c85bd6aafb65c753af77d7fe11c0a94daeb 3,134 1.00/1.00 vMB 21
795,318 795,318 00000000000000000003b20881329cfbde9a8ede6aed41c71ced8a03b8400f89 2,353 1.00/1.00 vMB 19
795,317 795,317 000000000000000000029e058ccaa3fbc163241ad640e0b69243d403c5371b9b 3,059 1.00/1.00 vMB 29
795,316 795,316 00000000000000000004f0e06be3efd31e99e77eb56ec7fbf3945dd2b0c10094 2,629 1.00/1.00 vMB 32
795,315 795,315 00000000000000000000b29dd30b4717e3de8b1478c891e6e4cfec0f8086612d 2,920 1.00/1.00 vMB 56
795,314 795,314 00000000000000000003113dbd7256a0f11546dd8c150958a4b56563c28b1d94 2,442 1.00/1.00 vMB 23
795,313 795,313 000000000000000000031125ca483f8f426b22e052b2e8f7bc766592e97496e2 2,551 1.00/1.00 vMB 20
795,312 795,312 00000000000000000004ea14a86c060bba9256c60ffdc40255d9d59a6f39f534 1,598 1.00/1.00 vMB 20
795,311 795,311 000000000000000000039a0e79f37a2b0407440919fa13295de34f495498dfac 3,667 1.00/1.00 vMB 22
795,310 795,310 00000000000000000003a23d81946dbe9d8bde9f497d115420b57a6a700a18ab 3,990 1.00/1.00 vMB 28
795,309 795,309 0000000000000000000390a932bc7f473e99b370cca89a889a5d3acdf91a8a9e 3,239 1.00/1.00 vMB 20
795,308 795,308 00000000000000000001ea286d02635a2b8bd0e52d1ab5bc2d6d344e0ed5d1b9 2,832 1.00/1.00 vMB 28
795,307 795,307 00000000000000000002088b57f6a439cdc6c9290286927a23b38006b6634a2c 4,058 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.45 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: 666.99 GB
    • Received: 15.24 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.