Loading Tool

Explorer IconExplorer

Memory Pool

47,700 transactions
33.56 vMB
0.19739844 BTC
Random Selection Loading Transactions
Max Size: 169.59/200 MB

Candidate Block

Mining Attempt d1c3a523bdd03ad5b2de1b07750cc6c04105753114979f9e6962220e730036f7
Version 20000000
Previous Block 00000000000000000001def21d1078832ba461a782f9add81014e8b0240af40c
Merkle Root 0dc53992e0ef41731163dc131583dc7f393ef046fd97f9aeeee0d736482685ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,041
Size: 1.00 vMB
Total Fees: 0.10380878 BTC
Feerates: 301.57 > 10.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,358 (127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,231 914,231 00000000000000000001cd83469f3f84fbe54497709a15be2a67be2959c8dcca 5,157 1.00/1.00 vMB 1
914,230 914,230 000000000000000000003979eda230c4b373f27054ca36f8f374ff667410c4b4 4,965 1.00/1.00 vMB 5
914,229 914,229 0000000000000000000209ad756a5895d27fb9a542f4936ddf4831d720e68b4a 4,238 1.00/1.00 vMB 2
914,228 914,228 00000000000000000000ebfca2dd5a5d1d4bd9d4f9ab5c8fb51d534119ee4a4f 1,750 0.42/1.00 vMB 3
914,227 914,227 00000000000000000001c1f5c86e9ed5564a8182eec23a3fd73e738f4c8e7bad 6,112 1.00/1.00 vMB 0
914,226 914,226 00000000000000000001db1c04099e946cd93b2d5bc81dec4b1fec6dcd2b6882 5,596 1.00/1.00 vMB 0
914,225 914,225 0000000000000000000164b0b3c21a537608595133eca946cae4cae441c5c06f 5,672 1.00/1.00 vMB 1
914,224 914,224 00000000000000000000af4d5eacfdfafd5c1418776b12945eec6ff60f3755b4 5,710 1.00/1.00 vMB 0
914,223 914,223 00000000000000000002006e218a5ef6b9e4e08886c3495dc26ad2328a2ae7ec 4,831 1.00/1.00 vMB 2
914,222 914,222 000000000000000000004afdca0b87ead39a7976cb0ac4061a2b3c22fb4ed6ca 4,457 1.00/1.00 vMB 2
914,221 914,221 000000000000000000009bccc0ad0d274d77561aa86f75844353a302f9f35411 3,991 1.00/1.00 vMB 6
914,220 914,220 00000000000000000000dcb070bc6266a4054f0a2d2c2205b52bba93e66b77a9 3,794 1.00/1.00 vMB 8
914,219 914,219 0000000000000000000114b741a7ea5e22a3b1644a12fa289ff8ee974cfb5855 5,975 1.00/1.00 vMB 0
914,218 914,218 0000000000000000000061dfbd1222fead5b9724294b238db448b11801a19965 4,242 1.00/1.00 vMB 2
914,217 914,217 00000000000000000001963cae10514ad88ab29020d9e94f2f72f6717038ead9 3,815 0.98/1.00 vMB 2
914,216 914,216 0000000000000000000032d6c7398d2fce1a9f0ca4874c78c38f1b7f20754298 1,447 1.00/1.00 vMB 5
914,215 914,215 00000000000000000000f9cc9430b1c75cb23484af9e7ec66b0ac92105aa7fbf 3,512 1.00/1.00 vMB 3
914,214 914,214 00000000000000000000ba672725fc943dfda3e1cdead8a888b3218041ce0745 3,502 1.00/1.00 vMB 6
914,213 914,213 000000000000000000004b2f08280fa3b2e9a35c182e23d920b50047c343d50b 2,578 0.52/1.00 vMB 3
914,212 914,212 0000000000000000000068a19e2c8603f600f8e1009067a4b544ffa99ecd4b07 2,248 1.00/1.00 vMB 1
914,211 914,211 000000000000000000014bdf9a1d02556ec1ff5e8400450ce3ac011b13d1f5b9 4,086 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.23 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: 591.79 GB
    • Received: 9.63 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.