Loading Tool

Explorer IconExplorer

Memory Pool

81,023 transactions
30.40 vMB
0.13398417 BTC
Random Selection Loading Transactions
Max Size: 181.96/200 MB

Candidate Block

Mining Attempt af6f22855f7b6f46967aaac3ee1a8c740c4762ce477d2b4ef5a09ee8c1459544
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root e821f63ec057d1646d6ca3b36cde021c7fbab7bf3d5abb4badc4047e2973f7a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,906
Size: 1.00 vMB
Total Fees: 0.06162669 BTC
Feerates: 150.86 > 6.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (50,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
864,187 864,187 00000000000000000002b659e52d9619e3dc4877b02fad7092ac6dbb7896fd70 4,243 1.00/1.00 vMB 3
864,186 864,186 00000000000000000002c0324c99d25df85c39deb7b5449864b573c2e8e9ec7a 2,810 1.00/1.00 vMB 4
864,185 864,185 00000000000000000002639e9be7f103d6597c29ff59f88f72b399c2f9332770 3,195 1.00/1.00 vMB 8
864,184 864,184 000000000000000000025768e7445133791e035af31a22ec68490f7d53e70db3 2,631 1.00/1.00 vMB 8
864,183 864,183 0000000000000000000241ff2e75c646e042c42a11dd1440b166bde6c3d118fe 2,894 1.00/1.00 vMB 4
864,182 864,182 000000000000000000014a525f7eeab6e1b3eb73a96857c10ec5ae356254dd57 325 1.00/1.00 vMB 1
864,181 864,181 00000000000000000000bb7cf7188b00414c5b8af9a3b09ce57c20936c32d75c 1,027 1.00/1.00 vMB 3
864,180 864,180 000000000000000000005faee5fde403424a33bc78c1371743e4d9b79823595b 3,144 1.00/1.00 vMB 2
864,179 864,179 0000000000000000000006010ff48af0fc1feec5df02a1762ab8f7c950f14c54 3,875 1.00/1.00 vMB 5
864,178 864,178 000000000000000000000bfab7708ad45a759816bfe3db7a627e5f8257af6437 3,827 1.00/1.00 vMB 2
864,177 864,177 000000000000000000015b891b979958eaacf32f8eb58832923d3adf63d790b5 4,209 1.00/1.00 vMB 3
864,176 864,176 000000000000000000025346e6ae981503d685f54081a7f78368d42539c3a61b 3,799 1.00/1.00 vMB 5
864,175 864,175 00000000000000000000370b92bd75d4b77ab3c094021f205384035864c6badd 3,276 1.00/1.00 vMB 7
864,174 864,174 000000000000000000018393e9702848ed66b8daa8af3494fb9f51e0668b0bc5 7,305 1.00/1.00 vMB 1
864,173 864,173 00000000000000000002e1ae4674bc633da6ab278217e7ae1fb5b65be2cb1bca 3,543 1.00/1.00 vMB 3
864,172 864,172 0000000000000000000031957c5ae58fa1f36d1c76ad29b39cc852d5e64005e0 3,532 1.00/1.00 vMB 2
864,171 864,171 00000000000000000002e374ed36f054404ec55ef46bd7d43ba7e6354ee90d3a 1,884 1.00/1.00 vMB 3
864,170 864,170 00000000000000000000470f92d099f057caf1f001ae7af203219f913c380666 3,139 1.00/1.00 vMB 2
864,169 864,169 00000000000000000001a63ccd2dcb5b10238fd72ac1a487dee09b2d98c2024d 5,724 1.00/1.00 vMB 2
864,168 864,168 0000000000000000000123dc9f98c21737e0d10bf393dff1b8624ab45710ceb2 1,929 1.00/1.00 vMB 2
864,167 864,167 0000000000000000000316aa5079c199c6cd6116a676bfe231c3eebf25cad16a 1,709 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.89 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.