Loading Tool

Explorer IconExplorer

Memory Pool

38,712 transactions
28.67 vMB
0.09043656 BTC
Random Selection Loading Transactions
Max Size: 145.41/200 MB

Candidate Block

Mining Attempt f074d08d4ce885b54bb4c27ddf5173d005fd5cd42a9db2868fc76ede1b7b8155
Version 20000000
Previous Block 00000000000000000001dc6bc120bc9a373009a41af3c4d673cecfe09352bc0f
Merkle Root 18096bd45247be710d3886cd0e6159ce6eac167850ede67788ba4d6c1f2b0242
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,321
Size: 1.00 vMB
Total Fees: 0.03497845 BTC
Feerates: 150.92 > 3.50 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,548 (906,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
7,718 7,718 000000000962984c4d1cc6d4508fd134269542924a0c3c92fe904af741627297 1 0.00/1.00 vMB 0
7,717 7,717 000000000c3c5fb33ea4106d8b52a7dee184111ec53d23c4c76eeb0ab7a9ec82 1 0.00/1.00 vMB 0
7,716 7,716 00000000bd9728e591043a3328bc8d0b84e37c57caca6e37f7d02cab56dbbf3b 1 0.00/1.00 vMB 0
7,715 7,715 00000000da5872a125e5b13d8213b090cd8316b81ad89b4d59fc0b48cf508b33 1 0.00/1.00 vMB 0
7,714 7,714 0000000040c06516cc9424ea574731fd6fd8804e31dabbafb7113b637969b08a 1 0.00/1.00 vMB 0
7,713 7,713 0000000057c9dda16419004d83bcc83dc9db159fbecb6db628cf61453b835917 1 0.00/1.00 vMB 0
7,712 7,712 00000000a1c6b3a12c162d08014b97781715cca86992f7e44df51b96afdd8b79 1 0.00/1.00 vMB 0
7,711 7,711 000000002f783e487717e95d7a2566f7665d97dece03a38f76ba556e9364df32 1 0.00/1.00 vMB 0
7,710 7,710 00000000bd10d59d9304901303f9cd0f1e72cf98c6d751f91fcd11838f924e61 1 0.00/1.00 vMB 0
7,709 7,709 00000000500612eadf73e3c11e7cfd2c4f7281aba60b8e192b7c9c6f3149fc8b 1 0.00/1.00 vMB 0
7,708 7,708 000000002b51d6496448233dd393758ea1cbc22a10befeb9a0fe569973b29fbc 1 0.00/1.00 vMB 0
7,707 7,707 000000000ae28c49008f79314d623311e6838cc8e3c43cb40f121de5be64709f 1 0.00/1.00 vMB 0
7,706 7,706 00000000cab8ba72a5d415dd48bcb03ce10497ed82e16d628e5101c1dc0c0994 1 0.00/1.00 vMB 0
7,705 7,705 00000000a3ff9826452b48a73aade6e5a4f0e64ae3fc0f923cbae50991df70f8 1 0.00/1.00 vMB 0
7,704 7,704 000000003e2a49424baaf8e3fcbc849e9dfa8db750ed7f400414573fe92830c8 1 0.00/1.00 vMB 0
7,703 7,703 00000000f3dcffd5da3042beb308cb56f9a2412a78b8e899bdbfd15bf50deff3 1 0.00/1.00 vMB 0
7,702 7,702 00000000c43d7b93b59627eabebb2650c42570f311767d3f720a617dcc0b0930 1 0.00/1.00 vMB 0
7,701 7,701 000000001b5b9e27fa2f90ab9ba101b4bc9efe9b80ba3b1f3e3a0c0f25a14f60 1 0.00/1.00 vMB 0
7,700 7,700 000000002439994e38b1e72809730bc6c074baf85c6166821b1d8f9015e2f569 1 0.00/1.00 vMB 0
7,699 7,699 0000000097753699e6a0f0759ef6de8e47d8b6312aa17988e914786341b09bac 1 0.00/1.00 vMB 0
7,698 7,698 00000000ca0431fe8b104ae5b137c1881017e0afb16080c194b60391769cd987 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.05 GB
    • Received: 11.41 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.