Loading Tool

Explorer IconExplorer

Memory Pool

81,800 transactions
30.96 vMB
0.11597268 BTC
Random Selection Loading Transactions
Max Size: 187.97/200 MB

Candidate Block

Mining Attempt ca0d6a649d2c40b8e7b83cc14613a29e874cfd1ce2c28431da0ed7978da5d6de
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 232d278d0cce1582521c520a1944bb3064afaeb72fae24208746fedce288f7ce
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,084
Size: 1.00 vMB
Total Fees: 0.03904272 BTC
Feerates: 318.30 > 3.91 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (295,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,722 619,722 00000000000000000010497ecce4227668aff90f9511e0e09a7b94ecd2f84e43 833 0.27/1.00 vMB 8
619,721 619,721 0000000000000000000125297d43f26be5f0c5fd365045019095ad45615cb42d 499 0.15/1.00 vMB 11
619,720 619,720 000000000000000000086cb2ab612e8461f91e37bb7b0dd22a7e1a4893466236 1,289 0.44/1.00 vMB 2
619,719 619,719 0000000000000000000a23c1f489c827656eeb58a36f39ad665fcf6d1f7fead2 2,934 1.00/1.00 vMB 5
619,718 619,718 000000000000000000013b9f0227cd1c441669ef5bb96f2f0c93b296192fdadc 3,135 1.00/1.00 vMB 16
619,717 619,717 00000000000000000000782df217bc277a8e96afbffe8babc1d3b1b72f2385ab 3,239 1.00/1.00 vMB 13
619,716 619,716 000000000000000000070eec6e862bf04b20b3516bcd5e5e2a615ed653e86d54 2,681 1.00/1.00 vMB 11
619,715 619,715 0000000000000000000573707600b1066f3973d10873dc98765faba2488d30e3 3,373 0.98/1.00 vMB 11
619,714 619,714 000000000000000000070ccea2a548a212f5d8f8772b19d777da5f63924f3a10 2,447 0.74/1.00 vMB 7
619,713 619,713 0000000000000000000fdc2a98e84c56b1553ce164c9fd6c187a0dd31c3235c9 3,210 1.00/1.00 vMB 14
619,712 619,712 0000000000000000000ff72e97c19d29d1d4af60c2927d8b7863a3968e5ffa15 2,164 0.84/1.00 vMB 10
619,711 619,711 000000000000000000085e3d0528af90fb4c8ee587ab0c37522d9ec393b50608 537 0.18/1.00 vMB 11
619,710 619,710 0000000000000000000f9f9756ad7ee39d3ca90fb38e1dc845a83e76db811ee1 691 0.19/1.00 vMB 12
619,709 619,709 000000000000000000009e1d53b8cfd38c66c9c8dcdd7e005af67dc9652ab513 3,081 1.00/1.00 vMB 14
619,708 619,708 00000000000000000000d19d8ce9a0fe3ca22b1886ce55b39c14bc1a9ea54232 2,949 0.87/1.00 vMB 11
619,707 619,707 0000000000000000000ddb23f89b98ad4d3482575c945a4183a785bc8678df81 2,507 0.75/1.00 vMB 11
619,706 619,706 0000000000000000000b6e9b9193212354c714fdee79dc4bb7f46a48a743b0ca 3,307 1.00/1.00 vMB 15
619,705 619,705 0000000000000000000adc8fd23ce82e016be600c90c8522364ffab458223f2d 2,977 0.85/1.00 vMB 12
619,704 619,704 000000000000000000087d50c2dc1cf16acfcce0dd645e2ffe35c18545df9973 1,856 0.54/1.00 vMB 13
619,703 619,703 0000000000000000000482e6c3e5836d650b45c6985eda8ea5919b0874f84ae7 2,149 0.74/1.00 vMB 12
619,702 619,702 0000000000000000000addc96ccc4036f454a31544de38c00d6eef33e60368d8 2,211 0.72/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 783.08 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: 721.85 GB
    • Received: 18.39 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.