Loading Tool

Explorer IconExplorer

Memory Pool

39,242 transactions
26.70 vMB
0.08279081 BTC
Random Selection Loading Transactions
Max Size: 137.27/200 MB

Candidate Block

Mining Attempt 010f559fccc7556912785cc8650ae188bbd015dd5a699134b835301f08b05517
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root 9fca57af2f95140893dbff2b95e87b12eba7bc21a61bcc6ca3227a36d0481690
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,347
Size: 1.00 vMB
Total Fees: 0.03164184 BTC
Feerates: 197.12 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (201,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,979 712,979 00000000000000000006c3bef8c1e0aed9c8f584cf94a020cbda69d9c99ba1ca 2,669 1.00/1.00 vMB 10
712,978 712,978 0000000000000000000ac1775bbe70aadb6025b6a44ea0cd726c52bc9ff6c875 1,900 1.00/1.00 vMB 8
712,977 712,977 0000000000000000000742496a837d11079d130ee66544d487d3f424e1154394 2,169 1.00/1.00 vMB 11
712,976 712,976 000000000000000000064a0d066d791ccca1ad08a433e951a94c79074df937dd 769 0.79/1.00 vMB 2
712,975 712,975 00000000000000000004c70e29add38145210e0187bdbabecba9b497277b2d14 1,249 1.00/1.00 vMB 5
712,974 712,974 0000000000000000000b0a619d01b64cf32641aba722f44296be83494efbe087 1,580 1.00/1.00 vMB 11
712,973 712,973 0000000000000000000c7d5f69ac5b8f7f0b5709333807762dfe8bb0a6b30adf 2,586 1.00/1.00 vMB 11
712,972 712,972 00000000000000000008dfb8bf5a07a6f61392f9566295d4e74cc8a9c3ff538a 2,314 1.00/1.00 vMB 6
712,971 712,971 0000000000000000000a536a92d848ce48c360d1754901c4b4e2f366d20ec027 3,603 1.00/1.00 vMB 2
712,970 712,970 0000000000000000000aa888c45d3b461777249884f041ac3bb8b7a892aa9fc4 2,441 1.00/1.00 vMB 17
712,969 712,969 00000000000000000007583e97fdb7fb762b097c2c8f10111cee40447e2a5d53 3,376 1.00/1.00 vMB 6
712,968 712,968 00000000000000000008eacb1973b5bf1f58d1ca86e29bb2c9eadd9b0cfc9309 2,271 1.00/1.00 vMB 19
712,967 712,967 0000000000000000000c6759d72eb7a544c7d0878cf1f1e496cc1ec1725fe08c 2,303 1.00/1.00 vMB 13
712,966 712,966 00000000000000000004e037f977a1dc660a2514632201f566276ad2ff281ca1 2,578 1.00/1.00 vMB 17
712,965 712,965 000000000000000000076b7ffd29596a73991ceeeb3fe19dfcf20d727f064e2f 2,903 1.00/1.00 vMB 9
712,964 712,964 00000000000000000005af8cddb0e21716a8f33f831ef3497a0a8777dbfeb270 2,165 1.00/1.00 vMB 27
712,963 712,963 0000000000000000000175b46eab85d7e83248a80b1d6ca04e6215e97ef30858 2,290 1.00/1.00 vMB 20
712,962 712,962 0000000000000000000c5516b16b39e617f8173de9f87058eebe220a291a538b 465 0.20/1.00 vMB 4
712,961 712,961 0000000000000000000a6d3da3ecb8fee58db1a83945db7206564e5740574250 2,505 1.00/1.00 vMB 12
712,960 712,960 00000000000000000008e61c4dc2bb33d31d857b8214fc0c417c1b9ce9259e32 1,402 0.50/1.00 vMB 18
712,959 712,959 00000000000000000001e9a7aef9c3a878f10e2c08d74cb97989281059c2372d 1,668 0.64/1.00 vMB 7
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.12 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.