Loading Tool

Explorer IconExplorer

Memory Pool

76,641 transactions
28.21 vMB
0.08668639 BTC
Random Selection Loading Transactions
Max Size: 171.84/200 MB

Candidate Block

Mining Attempt 136dfc2af2dcb4f483cc11bd5dcf4f365b99fb973901d91288dddbf56f4cc3dc
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 4de822e8c8efd1d14f9fcb24c513106079095f705850e491acea1b6fb9215282
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,871
Size: 1.00 vMB
Total Fees: 0.02502348 BTC
Feerates: 150.93 > 2.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (661,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
253,588 253,588 00000000000000287f78bb446eb9915cd0ac86915c1aa3747988e9080321cbc3 232 0.10/1.00 vMB 84
253,587 253,587 000000000000004ae9f8986b08dbc68225134ab4d7d5cb8f0c81fdbddbbe68b8 70 0.02/1.00 vMB 39
253,586 253,586 000000000000004853ee04eff83a5d77bde77aaca8af3a2993760af1bc44c1a9 256 0.15/1.00 vMB 81
253,585 253,585 00000000000000289af247fef29be177705546ebc3c50579a592b45eb5d681e7 163 0.07/1.00 vMB 78
253,584 253,584 0000000000000011a0c3f0b1c29de17e22d294e123a70fc49ed236cdf18d43a5 261 0.12/1.00 vMB 96
253,583 253,583 00000000000000346c4bd48845e77d4a8c9a30d9cb613d9fabd8a8784dcdf8ed 228 0.11/1.00 vMB 110
253,582 253,582 0000000000000004f2d286b4c65025fe146ebf2ba109b64b62000cce108c4c36 388 0.19/1.00 vMB 86
253,581 253,581 0000000000000020b01da46576c1834f9a63e54d385d3d00e0298dc74c1e6e91 247 0.09/1.00 vMB 138
253,580 253,580 000000000000003f6c25deb6c11bd89da46c061d4497fafa313f31680c0e2eec 235 0.10/1.00 vMB 97
253,579 253,579 00000000000000115f3b8de2a07d52fdecdeae1d0a90c7b59d7cba5a5d102ad9 77 0.03/1.00 vMB 116
253,578 253,578 0000000000000039cbb326f32ce92e8a083885523efb7409f51f38de489412ed 254 0.10/1.00 vMB 109
253,577 253,577 000000000000004d6b77c0280d9ff150753d7308dbbcac2e4a928448f2a79eba 128 0.21/1.00 vMB 14
253,576 253,576 0000000000000022f824f7d9c2f8bb5d510056a26a07912bed9f2ea64a82aeab 646 0.25/1.00 vMB 82
253,575 253,575 0000000000000007c3016496f94b2c69df11799774dcf0d518ffecd0ca9b294b 256 0.09/1.00 vMB 176
253,574 253,574 0000000000000039f1e6c586f9172c97f59050b3d8ad186a5aa6a37f8a18f9a4 140 0.05/1.00 vMB 116
253,573 253,573 0000000000000044424c68a1d5d1e9d269fd36b3f7ec43bc93f97edb8e2553d9 51 0.02/1.00 vMB 95
253,572 253,572 000000000000001f81cb908c9458e47e6c1520ede440648a745c2b6302cd5049 550 0.21/1.00 vMB 94
253,571 253,571 000000000000003315949cbdfbb63ddd0cf3a3733a8d2ddfa79acea81661bed1 682 0.25/1.00 vMB 119
253,570 253,570 000000000000000826114a4ef3eb6c79203736e8e6cf89759dbf5f6fb2f8d93f 241 0.09/1.00 vMB 90
253,569 253,569 0000000000000034ccc533a5eed7eccf4d0962363a1b4c5828eed719b9cb028a 119 0.06/1.00 vMB 87
253,568 253,568 000000000000005076bc52ca049e4da20e39d08eaf5827802e8735f8a4ee8ef2 490 0.20/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.45 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.