Loading Tool

Explorer IconExplorer

Memory Pool

39,710 transactions
26.82 vMB
0.08579794 BTC
Random Selection Loading Transactions
Max Size: 138.06/200 MB

Candidate Block

Mining Attempt 0d9d95c228c029cf170e24c2d14449f1f4ad76159b84d85010014a7aed2023b9
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root d660666c8bc5b7b6355ec765811f657d3c1d674a8e1211a5761b195305dcb6f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,334
Size: 1.00 vMB
Total Fees: 0.03342498 BTC
Feerates: 197.12 > 3.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (200,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
714,048 714,048 00000000000000000009d29e638678add9399337de5085691bbeba40ecc35d07 1,825 0.90/1.00 vMB 10
714,047 714,047 000000000000000000011dd5e45a579bb1e0596ecc7a6645d3a37e152c9b8907 1,317 0.45/1.00 vMB 12
714,046 714,046 00000000000000000004990672cd2fbffc0bf03285bfc401aab1b85035b406a4 950 0.36/1.00 vMB 13
714,045 714,045 0000000000000000000a7f8c0aeaae70ccc8b642c4ec1ea643d669a9f7914a0b 1,414 0.57/1.00 vMB 9
714,044 714,044 00000000000000000008c0b8b999822515617d2b33e0b35aa5afe1f3d9c2f91c 401 0.25/1.00 vMB 28
714,043 714,043 0000000000000000000885f36a35ef881600a9943941e785610e98edeb97ecb6 1,625 0.69/1.00 vMB 10
714,042 714,042 0000000000000000000ad075418c014fe063adb53a81285b6280619f1521fc88 2,276 1.00/1.00 vMB 7
714,041 714,041 000000000000000000017945cf327635d1b87adbdce33794135875b20d6af8fc 2,491 1.00/1.00 vMB 24
714,040 714,040 00000000000000000000bcd18bc98765f6c9780450e1e65c60cfbc01066ab2ce 1,441 1.00/1.00 vMB 2
714,039 714,039 000000000000000000032df855d0f129da53a9610f6d8be70d6849be8b68a6d4 2,225 1.00/1.00 vMB 9
714,038 714,038 00000000000000000001c9b68f781da4111befd6aef1b1c61e1d9cfa1fec9901 1,452 1.00/1.00 vMB 20
714,037 714,037 00000000000000000003cdbfaedb2c5046a6af4cb30317ee5f9cbf52b4ec19bc 2,438 1.00/1.00 vMB 23
714,036 714,036 0000000000000000000b446e20820efee0be8bb79f45b7ada03a0898ff147471 833 0.28/1.00 vMB 11
714,035 714,035 00000000000000000008ad9bce0a1afac592ba4af8b7f778fd4ecdebec55d0ef 1,919 1.00/1.00 vMB 6
714,034 714,034 0000000000000000000ae6b7b29815972fe59bbfb916bea0ff1841747eca7d3b 1,378 1.00/1.00 vMB 2
714,033 714,033 00000000000000000002d7970c7426e91479123c0946b6fffa291bcb74aef02b 2,526 1.00/1.00 vMB 22
714,032 714,032 0000000000000000000194443d70e67a2b60aedf01913ee217833ca9a7e0b490 2,079 1.00/1.00 vMB 12
714,031 714,031 00000000000000000003f348abef63324912f80ce80993f20fd8afe75f138533 1,745 1.00/1.00 vMB 6
714,030 714,030 00000000000000000002c179c5a63104a4e35ea8e3f14dc4f3b495f058565712 2,587 1.00/1.00 vMB 11
714,029 714,029 00000000000000000004fa0c8cefe925f90bfec920d7c10e25c1ead1e2f0cb77 1,517 1.00/1.00 vMB 4
714,028 714,028 000000000000000000020662e847e43936962f40201de179dd0dd2355d660621 3,001 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.81 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: 635.13 GB
    • Received: 12.29 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.