Loading Tool

Explorer IconExplorer

Memory Pool

80,352 transactions
30.69 vMB
0.07310978 BTC
Random Selection Loading Transactions
Max Size: 186.71/200 MB

Candidate Block

Mining Attempt 5b2bffdbd7ed4a24c80ee6fad01ff0cb0252011d06499fb1cd3227850781940c
Version 20000000
Previous Block 000000000000000000009cc847e34910d5d5711b5344aceacf52741007a9bcc7
Merkle Root 8693c717f7ff787194170dbc345e2027f0b2dff2406e4a05a41e3bbee8d803d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,182
Size: 1.00 vMB
Total Fees: 0.00736577 BTC
Feerates: 265.25 > 0.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,183 (821,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
93,296 93,296 0000000000066126ed5b8a1a2c824ce745ee9694ad34c1675836f618c4d78866 2 0.00/1.00 vMB 0
93,295 93,295 0000000000073c88164301404cbd3b7d19b35b9a0a615df7205e1782d4b74256 1 0.00/1.00 vMB 0
93,294 93,294 000000000000c268395b8707f35be085cf938640667f40075a55bd083196ee63 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.71 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: 701.08 GB
    • Received: 16.62 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.