Loading Tool

Explorer IconExplorer

Memory Pool

35,401 transactions
25.57 vMB
0.07187368 BTC
Random Selection Loading Transactions
Max Size: 130.77/200 MB

Candidate Block

Mining Attempt 38684ff4f62d8cce23c550c225ea085e23d0e47c7cd8c54dd667eb65f2514e38
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root b5b1e62c775b443d77d4e8a6210cbed51ff27757a8947c0a2772318011c4327b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,362
Size: 1.00 vMB
Total Fees: 0.02558115 BTC
Feerates: 101.67 > 2.56 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (25,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
889,227 889,227 0000000000000000000242c97fa412120265fbac7d565e652a4afa6cf51e5bd7 2,792 1.00/1.00 vMB 3
889,226 889,226 0000000000000000000174b7379aae1aac5dd6a1a2aa3b5ccd3362e6f7032d51 2,904 1.00/1.00 vMB 3
889,225 889,225 0000000000000000000189c0e3728dc6aa0e19fbeb3cdab50d55a78e2518e38d 3,125 1.00/1.00 vMB 3
889,224 889,224 000000000000000000020a8c139d3f39f98c220039f55ac2dfba5cb47cbb8aa0 5,006 1.00/1.00 vMB 1
889,223 889,223 0000000000000000000069c3dc5c98e89041d1cbddf81b0210e2d4e064c6b763 2,605 1.00/1.00 vMB 3
889,222 889,222 000000000000000000017bcc967d348c3e19ec87821a62e44621d626bf6704b1 3,265 1.00/1.00 vMB 3
889,221 889,221 00000000000000000001ad82e51e658d723b0d41f776bad241d7b4e119c256dc 4,836 1.00/1.00 vMB 2
889,220 889,220 00000000000000000001a8ee77489fd8e7e54a3f19fd94c9e92586e2d8bff30a 4,032 1.00/1.00 vMB 2
889,219 889,219 000000000000000000015182dd928bb60b0408dad8da4bb91db9cb90b5249829 4,064 1.00/1.00 vMB 3
889,218 889,218 00000000000000000001b4b3f53f628b581c52fea3a4b7bc7ea7a8bce94c5f0f 2,723 1.00/1.00 vMB 2
889,217 889,217 00000000000000000002420701ccba5cd18a2b748f6a729b9f1544323e8e4912 2,069 1.00/1.00 vMB 3
889,216 889,216 000000000000000000016eac71b3bb219fd249458e897914308560cf65ad10b7 3,847 1.00/1.00 vMB 2
889,215 889,215 0000000000000000000128d328905e0cd3a399051c13a96837a55f2eb5ece195 1,189 1.00/1.00 vMB 2
889,214 889,214 00000000000000000000a25abbacb8902d5acb2d5c965033fe8f08adbf7bff3a 3,495 1.00/1.00 vMB 4
889,213 889,213 000000000000000000025dfa998332c5fbc84cde0594a593d127eafcf92cbf81 2,594 1.00/1.00 vMB 4
889,212 889,212 00000000000000000000b9735c36741b689ced7b9de98e94047dce9ee68c5b77 1,825 1.00/1.00 vMB 7
889,211 889,211 00000000000000000000e69c40e1e64d8318a830dddbc7eec8c7692d34a292cf 3,726 1.00/1.00 vMB 5
889,210 889,210 000000000000000000015f0ef5701abaa7d40022380951281dfcd76a6565c9c0 3,798 1.00/1.00 vMB 3
889,209 889,209 00000000000000000000483fbe3a9423a6fff3a5574676c732f0c9178b7f50cd 2,846 1.00/1.00 vMB 4
889,208 889,208 000000000000000000001ac464ab5c61742c9477e91324e592d61fafb2fe341f 201 1.00/1.00 vMB 5
889,207 889,207 00000000000000000001437756424baac634dec362edbedd7abe26636a63fcbc 2,047 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.