Loading Tool

Explorer IconExplorer

Memory Pool

45,312 transactions
31.51 vMB
0.10826788 BTC
Random Selection Loading Transactions
Max Size: 160.42/200 MB

Candidate Block

Mining Attempt 9949d905c4cb30f2b9be65b82055586be2bdece1fd315017aad7ad6fbec4e0a6
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root d85a7565400e3839ef9f65ed9541f1a66bd344ba459a3defe1523e645f0f6878
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,568
Size: 1.00 vMB
Total Fees: 0.04174666 BTC
Feerates: 301.05 > 4.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (395,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
519,030 519,030 0000000000000000001e3d4a7dc94d48c2f8c4a403bbb4d18cb5f2343fbbfb3d 123 0.05/1.00 vMB 30
519,029 519,029 0000000000000000002bae20bddf16bb4da2e313e0983e9bb131caa1dd84cda8 34 0.01/1.00 vMB 36
519,028 519,028 0000000000000000004687bbdec0b0e0542d4b373259d39fc3b794d2041719b6 743 0.49/1.00 vMB 12
519,027 519,027 000000000000000000161860857417a9b073c48d0672569934c051b24f61a240 637 0.25/1.00 vMB 27
519,026 519,026 000000000000000000075ebb8c3dfd0851a287f47a97085f962ff668ebbcf0f4 1,365 0.61/1.00 vMB 30
519,025 519,025 0000000000000000003675effe28a1d0b025e08abfe10143510721f4049e2c90 646 0.26/1.00 vMB 24
519,024 519,024 00000000000000000001ffe07644be172555c03301275f33ab5f375830cd73ec 28 0.01/1.00 vMB 80
519,023 519,023 0000000000000000001575fc29d211b1a6523f6d5537f2a75ac0027cf1455834 1,648 0.63/1.00 vMB 24
519,022 519,022 0000000000000000001f46859468f53fbd8b6cd92f0f0e3cd6d3588459e50339 1,719 0.86/1.00 vMB 14
519,021 519,021 00000000000000000030cf1327b600b8e707b31353cd91672b4b04634906f959 2,866 1.00/1.00 vMB 32
519,020 519,020 0000000000000000000c8bcc12888f4a883d7f72c178d8d704aff605d2c6e01b 2,123 1.00/1.00 vMB 26
519,019 519,019 000000000000000000034fef4bee9a133dc6fe2d7e2cebc6dcd6b256979da3be 194 0.08/1.00 vMB 2
519,018 519,018 00000000000000000047ce0374b73d895d2d24b625541c6e5fbde250f6fcc36f 3,044 1.00/1.00 vMB 35
519,017 519,017 000000000000000000203e0d04ee1d7d7df2310f6c9ff4dbc72c97408d3d6487 3,060 1.00/1.00 vMB 33
519,016 519,016 0000000000000000002b80de0ad47acb4d6c60803f92e00e7ada8af4f79bc2e3 492 0.28/1.00 vMB 18
519,015 519,015 00000000000000000031b130c6d079f456de3eb875697579016a0f188bdc8fb1 187 0.12/1.00 vMB 35
519,014 519,014 00000000000000000037fae38587f47166117f48b32c04f02188cc9ff89a2ceb 185 0.12/1.00 vMB 34
519,013 519,013 00000000000000000038c7f9f5e2ca25acee3a089dd67fae7760f9cb77e05201 247 0.14/1.00 vMB 12
519,012 519,012 00000000000000000048b1d4155592ffa77dd6b608741d5fc8a7cedc7b38c150 366 0.35/1.00 vMB 9
519,011 519,011 000000000000000000291876e1599a43af1af46f049d88a2f5138f1ca2ea8c4c 1,012 0.45/1.00 vMB 21
519,010 519,010 0000000000000000001b6e21a28b7bbe0ae2e5a707a94f69430d885b6dc0a9c1 834 0.53/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.43 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: 609.46 GB
    • Received: 10.68 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.