Loading Tool

Explorer IconExplorer

Memory Pool

45,643 transactions
27.87 vMB
0.08254108 BTC
Random Selection Loading Transactions
Max Size: 147.36/200 MB

Candidate Block

Mining Attempt c17f9c86f5cb93e305ecbdf08102268765e3b5e6b1ecd53d97de4521c78fcd08
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root ff4ea44b9aaa27ad7f25c4b88d7bef135d83f44a7531ed0706e6b7f596e4129f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,080
Size: 1.00 vMB
Total Fees: 0.02888722 BTC
Feerates: 170.89 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (454,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,014 460,014 000000000000000001a6df8f3bc93d66c7bad601241ea52a95eaf4e1d2deac62 1,423 0.92/1.00 vMB 127
460,013 460,013 0000000000000000010566a7003487b30870c3cbc96d06eb9fe71aa1f41da314 1,343 0.69/1.00 vMB 151
460,012 460,012 000000000000000000808c95b1e54130dfc6d3ebaa47ffe65f7c13bbf88bcd75 247 0.15/1.00 vMB 135
460,011 460,011 000000000000000001a38800bab2a53e054aeb5acf622c7940f73dffba1b710b 744 0.31/1.00 vMB 176
460,010 460,010 00000000000000000192f6d476c45824cc29c8e31850e542a99eeb38e42f88d6 417 0.26/1.00 vMB 214
460,009 460,009 000000000000000000ef3f1bd4456ae0dbab5a3dd81a5b1c640d56fc94a886a7 52 0.04/1.00 vMB 113
460,008 460,008 0000000000000000003514a7576fdd02b48fbadbfae72c747d03ec6d5afb19c7 749 0.44/1.00 vMB 162
460,007 460,007 000000000000000001b673653cd4111eb9ddfd4ad3d3a6d564ee08f408269aa1 829 0.44/1.00 vMB 188
460,006 460,006 00000000000000000117fa38c945a1171719fcec14909069110953b8c6b23a25 170 0.09/1.00 vMB 132
460,005 460,005 0000000000000000006d8ae884f313b8a813d2ee4e897ca0868d98aaa687db39 1,462 0.72/1.00 vMB 171
460,004 460,004 000000000000000001292378883eec304519e2fb6db2f6e937ab8947543f730a 1,638 0.75/1.00 vMB 178
460,003 460,003 000000000000000001e0c1ae244f1e1b94418b49b88d27739762af0f65959f29 1,536 1.00/1.00 vMB 114
460,002 460,002 000000000000000001ea385624362a8e4c67540a027e6a067b9c5f1b90bfcfd1 902 1.00/1.00 vMB 74
460,001 460,001 000000000000000000a14265d2419ecad3bbb08edcfcafd6579e73e270ae37a6 1,969 0.80/1.00 vMB 177
460,000 460,000 000000000000000000ef751bbce8e744ad303c47ece06c8d863e4d417efc258c 1,199 0.56/1.00 vMB 178
459,999 459,999 0000000000000000008ad3cae4a06b37d88a3ff10f92121475e2eecc6a73520b 45 0.08/1.00 vMB 15
459,998 459,998 000000000000000001ca2143a6abc9762085096ad2ee54c180a8daad1397008c 936 1.00/1.00 vMB 90
459,997 459,997 00000000000000000003270b686afb9f2a28b762de010499797b99ef3fe0b16d 2,058 1.00/1.00 vMB 157
459,996 459,996 000000000000000000a04cc84d1e2307c4ad604cd1f18aeb44cbae5b8f6cb367 1,914 1.00/1.00 vMB 112
459,995 459,995 000000000000000000e8ada36b126beb3250ad58beba8ce1b3aaee0f2aae70e3 1,922 1.00/1.00 vMB 206
459,994 459,994 000000000000000001da428d79215e1cb066b4b03a47ba4f0a4983dd2009d6a3 461 0.62/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.