Loading Tool

Explorer IconExplorer

Memory Pool

51,542 transactions
29.18 vMB
0.11575357 BTC
Random Selection Loading Transactions
Max Size: 156.23/200 MB

Candidate Block

Mining Attempt e5ab8034b42a572f8d4a91f987bb7430824fced2061c5b90e4e2e6aa07ac8bb2
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 8822921f63fd6cb867e8c571ba79421a127b051b706e2c7612904f8c7b24fde7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,565
Size: 1.00 vMB
Total Fees: 0.04926422 BTC
Feerates: 101.64 > 4.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (70,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
844,136 844,136 00000000000000000001b26ec1234a8042c281f5df5519c651a48561cfb34114 3,279 1.00/1.00 vMB 20
844,135 844,135 000000000000000000022dd56e2d021c14515aebd48e9f9671a39e36007df6c9 7,119 1.00/1.00 vMB 8
844,134 844,134 000000000000000000012c70db690eec1489590949afa0af3a4feff21cb45e5c 6,313 1.00/1.00 vMB 9
844,133 844,133 00000000000000000001df079b63e5a11c470b8d7b7a2ee09d1f7f1c4b1d5e88 5,691 1.00/1.00 vMB 8
844,132 844,132 00000000000000000001027406147387b26708110425f0dd649f52ac1572dc09 4,067 1.00/1.00 vMB 8
844,131 844,131 0000000000000000000291ca886843d9228e1ef45cdcebd11b6f1a7b2b049a06 4,252 1.00/1.00 vMB 11
844,130 844,130 0000000000000000000128dcc8836395ebd68ba9de1557ebf2e659ac0b0110f6 6,749 1.00/1.00 vMB 9
844,129 844,129 000000000000000000009be5b3c66621702d0d5d749d2d4774cede02f29d275f 5,134 1.00/1.00 vMB 11
844,128 844,128 0000000000000000000091ae2d52121254bc10db6411d1419823da49620ad55b 4,798 1.00/1.00 vMB 10
844,127 844,127 000000000000000000031fefa6f8e2f7ec54dc45428672e45c30e1ee3a186ead 5,890 1.00/1.00 vMB 11
844,126 844,126 00000000000000000000480120c7c4d66924d3d91ec30a2e8557330b69709a58 4,913 1.00/1.00 vMB 10
844,125 844,125 0000000000000000000104683b17487372503695fd9867a9066f3cc6c08d429f 4,369 1.00/1.00 vMB 18
844,124 844,124 00000000000000000000d4d62e21415d7e3a0a850b0ee709733c38d7ba6425e7 4,260 1.00/1.00 vMB 13
844,123 844,123 00000000000000000002bae7f588ee0fbe691a186b3b365ea834fffe4b51cf77 4,614 1.00/1.00 vMB 13
844,122 844,122 00000000000000000001e52715ce20364767bafb4480b6419332abc229dc9646 3,115 1.00/1.00 vMB 13
844,121 844,121 0000000000000000000204c80cec7644efcfafe1cb6388b85e9c89aa28a62b31 4,285 1.00/1.00 vMB 12
844,120 844,120 00000000000000000000d0752fab038cbbeeaf96f08bb80cb4e6cdf0614a90a6 5,308 1.00/1.00 vMB 10
844,119 844,119 00000000000000000001ed99b694d433317b896386326017b6767463f83a20ba 4,761 1.00/1.00 vMB 11
844,118 844,118 00000000000000000001390973da14f1e9bf5b97812ba74a738f0ecd176f64e0 3,136 1.00/1.00 vMB 24
844,117 844,117 000000000000000000026a94fb17e9e9a4c8399b1148579d8580bc29e0961833 4,336 1.00/1.00 vMB 12
844,116 844,116 00000000000000000002b74ffcfa67d7e4d8827b703830e9b1752335ef75355c 2,546 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.89 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: 645.17 GB
    • Received: 12.69 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.