Loading Tool

Explorer IconExplorer

Memory Pool

51,551 transactions
29.28 vMB
0.08026292 BTC
Random Selection Loading Transactions
Max Size: 158.38/200 MB

Candidate Block

Mining Attempt 3697e060e82da286cd3e7d8537c2d437cf92e19f7de394ac64f2ad7952149169
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root b1fbb6608dc68f81be61fed8f35d3bcc05916784d1c0b0d7cfdc79a5c6dbb7ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,334
Size: 1.00 vMB
Total Fees: 0.02416809 BTC
Feerates: 173.90 > 2.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (240,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,280 674,280 00000000000000000008aaec2c44646ab705f6ef1e3363d3c201d5de6d68ffde 3,293 1.00/1.00 vMB 52
674,279 674,279 00000000000000000004136192c4a42f6b4d05b27a7977ee9330850973c2c846 2,960 1.00/1.00 vMB 75
674,278 674,278 0000000000000000000b8a3679cb79f33294ba0b9815bfc01d39d2750a4eab3c 3,200 1.00/1.00 vMB 73
674,277 674,277 000000000000000000004d812f5374605c9548aff4742d2fd78228a49bf29c0a 3,161 1.00/1.00 vMB 73
674,276 674,276 0000000000000000000164ecaed5c1cc87d3ed59fac467bd232f2f8b14d8d38c 2,909 1.00/1.00 vMB 96
674,275 674,275 000000000000000000021d17066d052029610a10db762c2eb1acb7288370d77d 2,461 1.00/1.00 vMB 83
674,274 674,274 000000000000000000004f54aa678d461bf45fa5110d149ed77197fd27cd6fa5 2,797 1.00/1.00 vMB 111
674,273 674,273 0000000000000000000ce123428a8a8cc2bbcdbed205bcf1d3fc1beedbc6373b 3,206 1.00/1.00 vMB 81
674,272 674,272 0000000000000000000414f2fb9205ed1a0629a7face5fef5157ffd5ea32da5c 2,581 1.00/1.00 vMB 100
674,271 674,271 00000000000000000001060973c1d62be0013bdc7f69624ff5335e6441517e49 3,298 1.00/1.00 vMB 122
674,270 674,270 0000000000000000000ac914bfe517b5165545707bb474fae0ca9c31110e17ff 927 1.00/1.00 vMB 89
674,269 674,269 0000000000000000000b748a9af5509d2c1e7f853b1ac322803f0ef914c3d45b 2,504 1.00/1.00 vMB 106
674,268 674,268 00000000000000000008aa8fb2886a77d92b577f6a0fe08329ee155a852019f1 1,962 1.00/1.00 vMB 96
674,267 674,267 000000000000000000034ee1a6718ffbb353eef1f8382ffea23e805295cca020 2,157 1.00/1.00 vMB 101
674,266 674,266 000000000000000000065c47bee790618fb6a9eab4ff1df0dd89355bee7abb27 3,072 1.00/1.00 vMB 95
674,265 674,265 0000000000000000000cf3b9d5050c4d203b2e8d9948d5e7bf8c7da2332c2eb7 3,197 1.00/1.00 vMB 101
674,264 674,264 0000000000000000000af09afa1fcb77b19bc0aed144e7b93f3fdfba0f99b14d 2,047 1.00/1.00 vMB 104
674,263 674,263 0000000000000000000a421432ab2bb4b15385ed1be899811bdc9999c6e20757 1,767 1.00/1.00 vMB 102
674,262 674,262 00000000000000000005d0d99c76b00decc40122e41f2e4e0710030e30dd3ba8 2,205 1.00/1.00 vMB 104
674,261 674,261 00000000000000000005fad7b5415e071b83fe14759281a42ae20bf26829cedb 2,019 1.00/1.00 vMB 100
674,260 674,260 00000000000000000000cb00a1aa193bacf0e023c776407442c0bfc7c12e495f 2,769 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.