Loading Tool

Explorer IconExplorer

Memory Pool

84,622 transactions
31.79 vMB
0.19012077 BTC
Random Selection Loading Transactions
Max Size: 189.84/200 MB

Candidate Block

Mining Attempt 931a71c2e3e0f0596f912c2e1c734f3fbdf2afb7b7896854d2fb40f95ef96d32
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root c8eb90c32105e99bb51a5ea22702b46f64aea01bfe29dc8e999f0b0e475f1ef5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,411
Size: 1.00 vMB
Total Fees: 0.08160749 BTC
Feerates: 101.65 > 8.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (799,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,719 115,719 00000000000022b95d2721afc430db705f4613efa4e84d26cac31c0e93a2e330 22 0.01/1.00 vMB 276
115,718 115,718 00000000000059255f40ef07d1c09cfb3985e16885586feb455b03d5582347ea 8 0.00/1.00 vMB 344
115,717 115,717 000000000000300cd05497c55c088699a6f60f72b7f2b84db720dfa8fc9941cd 8 0.00/1.00 vMB 324
115,716 115,716 000000000000b864e9b1b00ae1436f33b1242cf34bda1dcdaf3b99d093da1cc2 1 0.00/1.00 vMB 0
115,715 115,715 000000000000b9b587d2b65b0b185035fcbadc5c9e1ed00ea2d8400a2a21d0e4 22 0.01/1.00 vMB 323
115,714 115,714 000000000000e76969a475cc4cac6b0d9252840197baf4bc09a17d79c164070f 13 0.00/1.00 vMB 1,540
115,713 115,713 0000000000000dd01e6ad59298bb86b2ac50dd9a98002fc41b94037f819e0853 8 0.00/1.00 vMB 0
115,712 115,712 000000000000bde552e0ca71e642c377913328db876d46bc3810b610438793fd 29 0.01/1.00 vMB 636
115,711 115,711 000000000000be7e4eefdd8687a6b2b52f35f70f5925dd5413512b49f9ee739a 10 0.00/1.00 vMB 348
115,710 115,710 00000000000064711493fa1e07c6713ac82d8315e516252ea42c3b92b69c425c 7 0.00/1.00 vMB 830
115,709 115,709 000000000000522d7d8dac06008edd36a7e5b5bc5b71e25b159c053a16ef2ecb 10 0.00/1.00 vMB 317
115,708 115,708 000000000000b17c82a7be22ad14191571914147543975e720ea1575e77a16d8 10 0.00/1.00 vMB 0
115,707 115,707 00000000000050f1abe83432c79345d26dded275afdaf2575e5c7ce1a4b42b21 17 0.01/1.00 vMB 786
115,706 115,706 000000000000de21189a9af7af4d65cfba2e2e069ec135e5b5e8841e32d764d8 23 0.01/1.00 vMB 1,698
115,705 115,705 000000000000858f7d0fd0ba65cfb7778fe71abc091e79a8a723be0f9af437cc 2 0.00/1.00 vMB 5,208
115,704 115,704 0000000000006354f1761a0026ba5df33d26c694793ebf28edf18538e2a8a217 2 0.00/1.00 vMB 0
115,703 115,703 000000000000c32e50bf61ba86e76e93c5cc57faecef10a8aaae33cb73bc29c2 18 0.01/1.00 vMB 182
115,702 115,702 0000000000003656c150d4fae86d36f2263d66a8baf435fba71d567bd445ee8b 11 0.00/1.00 vMB 580
115,701 115,701 00000000000092494e8890e43b6355d5a3438265bd190284358a853cd3275447 11 0.00/1.00 vMB 546
115,700 115,700 0000000000004628761bb22fa5871afedd661c802395185de13488c26f5790eb 1 0.00/1.00 vMB 0
115,699 115,699 00000000000025fba691f3eb9eb946344880dfc86a04b3fd4d8ccbdb04f26d14 2 0.00/1.00 vMB 3,875
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.