Loading Tool

Explorer IconExplorer

Memory Pool

79,075 transactions
29.58 vMB
0.07140254 BTC
Random Selection Loading Transactions
Max Size: 177.78/200 MB

Candidate Block

Mining Attempt af4ed3b623673163557f8a0825e43ec871652cec13b16fc378267bc87b54d947
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 2689c75e278fdd9a066f0fc6dfcb461ce074a566078bc7c03a15a4211bdaec16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,582
Size: 1.00 vMB
Total Fees: 0.01126581 BTC
Feerates: 60.27 > 1.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (260,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,586 654,586 0000000000000000000d630e26a065b35155ab3140bf9f6e97497299179723b3 2,452 1.00/1.00 vMB 271
654,585 654,585 00000000000000000009785adda5bed1caaed674b0532023da1540d6f796f287 2,136 1.00/1.00 vMB 270
654,584 654,584 0000000000000000000cb4b2059e5b42a257160e17d9746f295c1c64f04f95bd 2,974 1.00/1.00 vMB 236
654,583 654,583 0000000000000000000454b1669e7525f9f383da2d18337dc8fbecf80aa64313 2,099 1.00/1.00 vMB 211
654,582 654,582 0000000000000000000a1305364f2a1e3f2aba2ad02c0c3454faef9955adcf67 2,890 1.00/1.00 vMB 227
654,581 654,581 0000000000000000000997a17e4a90d323d9b02ce3e6bfb401aa3ee5cce5d1e5 2,400 1.00/1.00 vMB 231
654,580 654,580 000000000000000000022f60020700f786993c3cd23d135ec2bc8dc0fd5e3977 2,502 1.00/1.00 vMB 230
654,579 654,579 0000000000000000000a54c1e078b6a3986fd265759cff9bde7aae57a277b63f 3,041 1.00/1.00 vMB 256
654,578 654,578 0000000000000000000677875f32dadeffd2d37fec63731eb71b6071018c725a 3,142 1.00/1.00 vMB 227
654,577 654,577 0000000000000000000b4116b06e633a4d3bbbb3e6005fe8e7825ecd290b64c7 2,877 1.00/1.00 vMB 249
654,576 654,576 00000000000000000003d7049216969e248638b0897cb5938c89c4f54884a7d8 2,516 1.00/1.00 vMB 240
654,575 654,575 00000000000000000004ca5002a5c936eb45d52dae4608e432a1c39fbc9b9896 2,707 1.00/1.00 vMB 286
654,574 654,574 000000000000000000005afb341111fab2cf4f97df2068286bebb4ca6fdf191e 1 0.00/1.00 vMB 0
654,573 654,573 00000000000000000005ddcfc5ac6903ca646319801c73d231d5ee9af483000b 2,869 1.00/1.00 vMB 242
654,572 654,572 0000000000000000000cb6bf41c71e53a465ce9cefb47ce0e4a572eddd557abc 2,825 1.00/1.00 vMB 287
654,571 654,571 0000000000000000000041b42c4ab42a3bf86d7cb06eb96d37452eceb18767a1 3,045 1.00/1.00 vMB 256
654,570 654,570 00000000000000000004f9dc239521ff1e3f6ab902ac2c5cf0a4736f6037a6cc 2,178 1.00/1.00 vMB 242
654,569 654,569 00000000000000000002e8e481e5bfa85685934b5862f00e477066a2db921dae 2,747 1.00/1.00 vMB 274
654,568 654,568 00000000000000000003b0dd70a298e1d880379968b7916ef31f6c03520569e3 2,763 1.00/1.00 vMB 273
654,567 654,567 0000000000000000000b0e37e1c4362fd2d0dc5924eb407324f7dd790803c611 2,468 1.00/1.00 vMB 258
654,566 654,566 000000000000000000036f252652f0fe2fb91e7d404743e9963c9674c6ff32f9 2,699 1.00/1.00 vMB 265
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.