Loading Tool

Explorer IconExplorer

Memory Pool

82,137 transactions
30.23 vMB
0.16810050 BTC
Random Selection Loading Transactions
Max Size: 181.71/200 MB

Candidate Block

Mining Attempt 6720ddbedaad0f135b78b5da43e695e6e9ff56910ad8d5b258d857773827c8f2
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 14d0d3c1a6a654f170e3897161f159a77610fa60ac529681ec420282f13c1277
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,952
Size: 1.00 vMB
Total Fees: 0.06371930 BTC
Feerates: 1,002.91 > 6.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (461,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,338 453,338 0000000000000000007d56877daf6abacf84c13c92cb9badb804194473d7f0b4 2,136 1.00/1.00 vMB 147
453,337 453,337 0000000000000000008e085bf633fea5add1b10115fa9ecd7ef466cdec82bad6 2,309 1.00/1.00 vMB 141
453,336 453,336 000000000000000001c93c8e0db3929040250c0508be817bd6220978bf398865 1,659 1.00/1.00 vMB 143
453,335 453,335 0000000000000000003c8c6c2e47daefc589401f7b73bb22f662e101ef699573 991 1.00/1.00 vMB 159
453,334 453,334 0000000000000000022da5b85bfecf5b49ac1dd1cb143dc016a3c450b3768d04 638 1.00/1.00 vMB 181
453,333 453,333 0000000000000000020cc17422d4ef14555b2f5d26e9c2398fd3e91ff2ad3c17 694 1.00/1.00 vMB 149
453,332 453,332 000000000000000001d27eb6bad2585948d12dc4242d1415c8e8cb32e037812a 2,027 1.00/1.00 vMB 186
453,331 453,331 0000000000000000028ba42d382e97849f4e9f31aede78ce67c0975dcef8070a 2,983 1.00/1.00 vMB 150
453,330 453,330 000000000000000000a040ad08debef449ba314f53f20a7207c76a235008bcc0 2,332 1.00/1.00 vMB 103
453,329 453,329 000000000000000001b50e932e4f9d21b73120078e4c12edade5777562e99957 2,036 1.00/1.00 vMB 77
453,328 453,328 0000000000000000018ae11fd5295dcbc43a865d872a8693011263e2dd6e5b25 2,403 1.00/1.00 vMB 143
453,327 453,327 000000000000000000edeeb2dab3419b9b5d1074e620217480fa335cc01c71ac 1,018 1.00/1.00 vMB 44
453,326 453,326 0000000000000000023e0160144eeeea099f3ae5cd97f88c701a561f201b2820 578 0.37/1.00 vMB 65
453,325 453,325 000000000000000001a0d0489f0354c9e9051bf29debf6e91babcbe5916c4634 1,337 0.60/1.00 vMB 99
453,324 453,324 0000000000000000019dfd073cf3d3531276f0db6f4f9e19850af1c3197fbd12 2,144 1.00/1.00 vMB 80
453,323 453,323 000000000000000001edc3cf9585850f28029502996a9b073e5ca907e74dedb5 1,982 1.00/1.00 vMB 105
453,322 453,322 000000000000000000886e39f8061374dd72e83f3eb93f80fa5ddfec2978f055 1,590 1.00/1.00 vMB 76
453,321 453,321 0000000000000000027365cc2b93ea4c4e577b415f9bc48a28f60277b6382e73 1,503 1.00/1.00 vMB 73
453,320 453,320 000000000000000000462d3e4d2b172d6cb936acf4cba0c92d71b830cc7cb2ef 2,298 1.00/1.00 vMB 112
453,319 453,319 0000000000000000022cc5eb038be813eabc0f82a3e48f42b2cc10ac28efa9c6 1,240 1.00/1.00 vMB 48
453,318 453,318 0000000000000000027ada8fb894aad84ea9bff6f2fa2e27bb5caf2f97535fc8 2,481 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.