Loading Tool

Explorer IconExplorer

Memory Pool

74,413 transactions
27.42 vMB
0.06879374 BTC
Random Selection Loading Transactions
Max Size: 167.51/200 MB

Candidate Block

Mining Attempt b91c55eeb95252b7675ab3ec746413abeb1b4b9e0b674d9fefa61af369a5c4da
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 0b52417b6247d01d550ad55bc263531b5509e6b2fe506efd8ad88df5f73ae3b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,233
Size: 1.00 vMB
Total Fees: 0.01043240 BTC
Feerates: 100.53 > 1.05 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (502,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,778 412,778 0000000000000000058334e839ba4717063bf0babc3c2c162b0762a8b29f4a6e 456 1.00/1.00 vMB 18
412,777 412,777 0000000000000000003e995629e2257699e726d167d559198db0ab016eed8911 781 1.00/1.00 vMB 35
412,776 412,776 000000000000000004fe5a6cdc270ed3184277eb6d9637d566ad12d0623afb88 442 0.99/1.00 vMB 24
412,775 412,775 00000000000000000363b45626bf10f5c1064e5220deeecb3878412d45513ad7 438 0.99/1.00 vMB 22
412,774 412,774 000000000000000000681dce15ec2c732d408661a53478e8f48bfd92f0fbac3d 1,341 1.00/1.00 vMB 39
412,773 412,773 0000000000000000050adcbd53168b805a668ee624e4559e9be6e68c5bbbe2e8 435 0.98/1.00 vMB 14
412,772 412,772 00000000000000000458ac39b87afc7d8fddad9255534e9cf665291680953765 266 0.98/1.00 vMB 10
412,771 412,771 0000000000000000021155cd7c7cfa98923a1843d0aa6ffb432f4ea27090c69e 984 0.98/1.00 vMB 21
412,770 412,770 000000000000000003d9f5417c8a2186cc9d1f39ccac2376fc1a641f2ea72fa8 838 0.98/1.00 vMB 23
412,769 412,769 00000000000000000523d709e00da58594d0a57631f9adde00781d3a263344c0 163 0.98/1.00 vMB 20
412,768 412,768 000000000000000000a5485b20bf8e1069d4e8bffeed42a7b03f382e7814ebad 331 0.75/1.00 vMB 16
412,767 412,767 0000000000000000030059a9bce1d3f30aea6c3efac19c74ce9d435c528d148a 22 0.59/1.00 vMB 18
412,766 412,766 00000000000000000041cc3d42cb736b4ac2119dc651c650297cf35654c5b4d0 113 1.00/1.00 vMB 20
412,765 412,765 00000000000000000058dea4ac1c4cce30372b05016fba4f6ddfd6c31f6f64fe 1,137 0.98/1.00 vMB 34
412,764 412,764 000000000000000001d81900358fe0b327263542cf543eed15df61eb64abf74a 1,253 1.00/1.00 vMB 25
412,763 412,763 00000000000000000029887e909073a634d6a0a9fa93113a896db8cc75623e4e 2,198 0.93/1.00 vMB 127
412,762 412,762 00000000000000000481a2e4f1ca17e9e8aabc77b1f28098b8b76ce9a1859d4e 2,679 1.00/1.00 vMB 68
412,761 412,761 0000000000000000004a770f8097208a7d73622095fcd4ce638e1ea803c380ef 2,057 1.00/1.00 vMB 88
412,760 412,760 000000000000000004ad2f193a04b9e59d4a1a6577d64c929314d7bd8400bbf8 2,402 1.00/1.00 vMB 70
412,759 412,759 0000000000000000020bba61e56bd1bc0fccaecb5bfc2e8de6dfebfc37d1e46c 1,074 1.00/1.00 vMB 27
412,758 412,758 000000000000000003903dbc6c668c6bad9fd96a4c44f7bc1a5f7eeb1680655c 1,171 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.83 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: 711.64 GB
    • Received: 17.10 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.