Loading Tool

Explorer IconExplorer

Memory Pool

38,713 transactions
28.67 vMB
0.09044074 BTC
Random Selection Loading Transactions
Max Size: 145.42/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 (211,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,023 703,023 0000000000000000000a3eb149214423a65df46df381fe064f51892562c815b3 2,432 1.00/1.00 vMB 18
703,022 703,022 00000000000000000004e05b08670c4c038e9c8c0bcc553f4c9960dc8b72ee4c 2,698 1.00/1.00 vMB 20
703,021 703,021 000000000000000000065bf7052d7d744b6687cbfa36eb3ad65ff29332ee6989 2,722 1.00/1.00 vMB 10
703,020 703,020 000000000000000000045cee8c648c9dc646b2519cb924d2224054f49f5ce3e8 3,117 1.00/1.00 vMB 14
703,019 703,019 0000000000000000000e3b1a330f8dccc00c62cf61d467d0629385d166a39721 2,587 1.00/1.00 vMB 47
703,018 703,018 00000000000000000000c622384cd4423a62fa3ecb34b4fbcdfddc541f3c35fd 1,804 1.00/1.00 vMB 6
703,017 703,017 00000000000000000004cff2b63928aba5d950c61b6b678a777f0044d2db1b18 2,471 1.00/1.00 vMB 14
703,016 703,016 00000000000000000002dc08949f2896eaf89478fd309d33d39c91eeb4e5dcbc 551 1.00/1.00 vMB 4
703,015 703,015 00000000000000000005d1b302b379fbed8b3038a9bc998feb8e3e155e821769 2,275 1.00/1.00 vMB 5
703,014 703,014 0000000000000000000059d7697246a605e13dc6d8bfa429c0cdfc4a018666c7 2,863 1.00/1.00 vMB 19
703,013 703,013 0000000000000000000149fd9ad8638575d299b3f79565cc544b52c0d68cf8b6 2,044 1.00/1.00 vMB 4
703,012 703,012 00000000000000000006c3bce9a5d287b44178e8ba794cbf84bda8c5d289d41a 1,945 1.00/1.00 vMB 6
703,011 703,011 00000000000000000008b98f81dc5040e766a1c5259044c46d2294ee2f8d3a41 2,599 1.00/1.00 vMB 19
703,010 703,010 000000000000000000058bd64318d2d14ef8c63a41c25645a0e5520004faf5f0 3,024 1.00/1.00 vMB 17
703,009 703,009 00000000000000000002780a283da3b0b7c7b0daeac60aa381bff799de9eff2c 3,017 1.00/1.00 vMB 12
703,008 703,008 0000000000000000000de4dbe4effe6882aec7ce07e2cd18900f566ecd51808f 3,083 1.00/1.00 vMB 23
703,007 703,007 0000000000000000000e7178249ad59388569291e4e9db4c7fa85cd4e884ff24 3,081 1.00/1.00 vMB 20
703,006 703,006 0000000000000000000137bef608cbcf90b5a0158dd52c2066ab679a5ab69415 2,534 1.00/1.00 vMB 13
703,005 703,005 0000000000000000000871cf3ac7cd5d3fbae73a437a89c2e269cd3089ca97f5 2,131 1.00/1.00 vMB 25
703,004 703,004 00000000000000000004531737a62c852ef085c77d1a38e499b67e43395422ec 2,899 1.00/1.00 vMB 6
703,003 703,003 000000000000000000006014e51ee3dbba4ae037e65ef7a4255cd414bbf7798b 2,977 1.00/1.00 vMB 8
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.