Loading Tool

Explorer IconExplorer

Memory Pool

46,800 transactions
27.78 vMB
0.07196440 BTC
Random Selection Loading Transactions
Max Size: 147.34/200 MB

Candidate Block

Mining Attempt cc3d460d0562dc2332923f48f311952f7a76b9b609b61eaf623c117dae6a8319
Version 20000000
Previous Block 00000000000000000001b111321ae827478201ad15bbddad0e9be5e1d7430374
Merkle Root 20b368c0304a34e317a8e37fad5e3c5258dde3f9815033dde5c1580376aabd66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,810
Size: 1.00 vMB
Total Fees: 0.01900102 BTC
Feerates: 100.65 > 1.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,907 (254,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,273 660,273 00000000000000000006325f82b5a40e40ca58e342f3dc2afc8f8e14fe4ed473 2,090 1.00/1.00 vMB 69
660,272 660,272 0000000000000000000e4792371f97439835f38efbb7422291561e98342e1ddd 1,090 1.00/1.00 vMB 2
660,271 660,271 00000000000000000008db0de76f77de919b1a0da27a5583f9fafbcfc5a9ac58 2,441 1.00/1.00 vMB 44
660,270 660,270 0000000000000000000376710797a954568dcd30be5cfdc676674b594b3de4e9 526 1.00/1.00 vMB 6
660,269 660,269 0000000000000000000d58dfd9bb61efd53bb2ceb039d9c409463f661f28a5ea 1,455 1.00/1.00 vMB 12
660,268 660,268 00000000000000000001c85539e65fa98ae096968bafe2511004de1b1b0e569e 1,514 1.00/1.00 vMB 18
660,267 660,267 00000000000000000001324f90994fed309dc24a4b9104bb85129e5cd5bccb75 1,561 1.00/1.00 vMB 23
660,266 660,266 000000000000000000048e8dbb219de55c5c34ea8b80de6cf086169a69fcf186 594 1.00/1.00 vMB 7
660,265 660,265 00000000000000000008d34db3d142b12a62413b8b698eb2469b32690c32a9b6 1,997 1.00/1.00 vMB 29
660,264 660,264 0000000000000000000282eaecb13c1f1f7e47865f5a96d956d6a2e341e4819c 1,243 1.00/1.00 vMB 41
660,263 660,263 0000000000000000000879c9521ef3084f7fef39fb23a5520bd9be6b0edc07a2 1,321 1.00/1.00 vMB 19
660,262 660,262 0000000000000000000be68e6c85d821f3fb12b3f9a13239ed4a208844a3e858 1,925 1.00/1.00 vMB 15
660,261 660,261 00000000000000000005146a02251eb48b9b795bf2a10a0ae1cc9947ee470b3d 2,509 1.00/1.00 vMB 41
660,260 660,260 00000000000000000000d7e0a878dd6cb0f0823f6be3c12a823257a691affe0d 1,077 1.00/1.00 vMB 12
660,259 660,259 00000000000000000001edeb3518f924a95ef4a6c8f1d677f539275e9e575868 219 1.00/1.00 vMB 1
660,258 660,258 0000000000000000000b45cfcc72e520aaf570e8676e1bc3efadd8cf5f2412fa 2,032 1.00/1.00 vMB 26
660,257 660,257 0000000000000000000a7def8a6f9bf34fe787a09e29d42f1dd89a16d146b049 447 1.00/1.00 vMB 2
660,256 660,256 0000000000000000000856d156da51cf4c7dcd655fb6f3ea11eec316573d6c37 950 1.00/1.00 vMB 14
660,255 660,255 00000000000000000000f07bb952c114c43baebf40e56dbe37158a76241dd02e 142 1.00/1.00 vMB 1
660,254 660,254 000000000000000000052c63e70a32ab3a61a7d3914d3e3f55566c1c11c8db84 1,712 1.00/1.00 vMB 20
660,253 660,253 000000000000000000003a26c9c1d633b97803b637c2d3589927daba6b2dc9c8 1,322 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.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: 654.79 GB
    • Received: 14.20 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.