Loading Tool

Explorer IconExplorer

Memory Pool

45,371 transactions
31.88 vMB
0.12857452 BTC
Random Selection Loading Transactions
Max Size: 162.41/200 MB

Candidate Block

Mining Attempt b5704c89e6fc68f2d37661dc23654f5959e42e202b55a525e2f01783a4bd5cf8
Version 20000000
Previous Block 000000000000000000015cbe27a61f38bc7dc0ddfdfb5d2a13fec1a6f44d5769
Merkle Root 77626080fc03b5c1cfe73560995644d9262098eb7a5b15aafb94dad2bbaa56b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,033
Size: 1.00 vMB
Total Fees: 0.05882524 BTC
Feerates: 150.41 > 5.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,456 (395,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
519,037 519,037 0000000000000000002636188b313ede714ed73c78d72c8eb812952760bd007b 2,244 1.00/1.00 vMB 24
519,036 519,036 0000000000000000002abcc759c1a48ea3e46b8cfa27b2e49642b2e330530962 2,845 1.00/1.00 vMB 39
519,035 519,035 00000000000000000034093d81040a0e38722a786a9b94d47e1ccf6d5d0053d9 1,050 0.68/1.00 vMB 21
519,034 519,034 00000000000000000014af7494e6a39fba104391a26c847b10098a5d1bb745ed 1,418 0.87/1.00 vMB 17
519,033 519,033 000000000000000000467d0b5565d0db0e83d34fcd5feb5fc50807aabd5b7f63 65 0.02/1.00 vMB 21
519,032 519,032 00000000000000000015fcdf4e628abb433bd768bf4c0cea2b5dccb138855128 2,423 1.00/1.00 vMB 20
519,031 519,031 00000000000000000019dbd6955ce10cbb490cc0645ed1881497a2acaf06b4f6 868 0.39/1.00 vMB 39
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
Previous 10 blocks ↓
Total Size: 781.42 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: 606.94 GB
    • Received: 10.61 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.