Loading Tool

Explorer IconExplorer

Memory Pool

82,998 transactions
31.60 vMB
0.09292189 BTC
Random Selection Loading Transactions
Max Size: 191.87/200 MB

Candidate Block

Mining Attempt 024632f15cbf671970449297e4ae206e2da4d6329c1f6093da5b9692becf0e4f
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root e57beac7724452c93f932cc6f23052617c60d3f86007774612c8788e1e4daeca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,140
Size: 1.00 vMB
Total Fees: 0.02428919 BTC
Feerates: 100.18 > 2.43 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (821,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,317 93,317 000000000008d37474d6d6af7be6a97fddb351afd38e40c1a1814f4ff9d305e7 1 0.00/1.00 vMB 0
93,316 93,316 00000000000105ba6157b83012be886d1df20fea1f036aa41c50a6dcda0910a8 1 0.00/1.00 vMB 0
93,315 93,315 00000000000364a95cb60a0efca6f4ff22c69074415ede7a4b378b42ef9c3bce 1 0.00/1.00 vMB 0
93,314 93,314 00000000000946d448bae3ea9ff74661b89b10bde77ef2fde49ae509cb1c8a6f 2 0.00/1.00 vMB 0
93,313 93,313 00000000000795c6512578c6fc3133edd101fe2d58b40753c17cd7fd3fa47ae7 1 0.00/1.00 vMB 0
93,312 93,312 000000000005ef5285c01ad5c5543b024ae266dd19b5ddd4e9236fd44c377d80 3 0.00/1.00 vMB 3,883
93,311 93,311 00000000000121a49e9fa3e5d4fc0dc96b8eec8005334c9dcec7d0484f551414 3 0.00/1.00 vMB 0
93,310 93,310 000000000000ac752296df65a4d1ae285199d0f6355b706bff20293875e92180 2 0.00/1.00 vMB 3,891
93,309 93,309 00000000000182f8cf4090ef298db2d9898d3168e563cf3537b7a180a2118036 2 0.00/1.00 vMB 3,861
93,308 93,308 000000000000ed571234842daf771b66fe4be1c3b34b6dd7b7571521cc9981f7 2 0.00/1.00 vMB 0
93,307 93,307 00000000000156edd4c723d4d123860fa8b8059ace6a7d54e0073e29bd84a832 1 0.00/1.00 vMB 0
93,306 93,306 000000000000cb1bfd788a5fc40d5cacf32742a8956af753fd5ce890e60c4dbf 5 0.00/1.00 vMB 1,112
93,305 93,305 0000000000017a28175e1394938f6aeccdbc07d24a02c5bdc5b1bf4ee7152db2 1 0.00/1.00 vMB 0
93,304 93,304 000000000000d16d642192ed4670bb555bae2168819b6c5eb0b6bfbef06464fa 2 0.00/1.00 vMB 0
93,303 93,303 00000000000690c6b6dba4f44bfce0962daf313344517f04f2495a99b4913d73 3 0.00/1.00 vMB 3,875
93,302 93,302 00000000000805230142c3a82eb03d39b952d02d1c35b2eb7757d0a8c9b376e3 6 0.00/1.00 vMB 557
93,301 93,301 00000000000093412d373bc8582da2666df749c21c2af5690246a60975b05663 1 0.00/1.00 vMB 0
93,300 93,300 00000000000589b6f3b3561bbc923e223829adc8dd79a7ece92bf551b4cebe02 2 0.00/1.00 vMB 3,875
93,299 93,299 000000000003ed0cd6377e67914c0ae0433a86cbcf4ab6ab048e6a369ca544a1 1 0.00/1.00 vMB 0
93,298 93,298 000000000004c7dcff16ef20aab88ffd22abefa3cacec4078869666116b79e44 1 0.00/1.00 vMB 0
93,297 93,297 000000000005d6897b4eff797302af497ffe7f2ff46fd6f796e544bb220bd28d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.75 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: 708.75 GB
    • Received: 16.76 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.