Loading Tool

Explorer IconExplorer

Memory Pool

47,300 transactions
28.42 vMB
0.11265051 BTC
Random Selection Loading Transactions
Max Size: 148.78/200 MB

Candidate Block

Mining Attempt 77caa4c9007005118925d466ef45161047d14202453de2f1b9c8f60806c3eff1
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 7647ba839986dbfba8b12bff76d3f690118c7ba530aa81de3b56042e46f40b35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,952
Size: 1.00 vMB
Total Fees: 0.04563229 BTC
Feerates: 150.77 > 4.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (420,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,051 494,051 000000000000000000616ddde15e1fe3ec82ac0009236e0e86988667acbcfbbd 1,991 1.00/1.00 vMB 462
494,050 494,050 000000000000000000422423dc9cc57e0f5d9d79f5d92cc66376c7d39d9ff058 2,816 1.00/1.00 vMB 664
494,049 494,049 0000000000000000003b6fd556fd856491b9d40adbd60a24445a3f5ba3188e48 2,545 1.00/1.00 vMB 769
494,048 494,048 0000000000000000004b79f030e4cb38238630b63487bddf8fbb1ed4528c9fa4 2,026 1.00/1.00 vMB 482
494,047 494,047 000000000000000000057e7592da67d208727880d9802d5b03f5298fea76ec25 2,567 1.00/1.00 vMB 587
494,046 494,046 000000000000000000404bf87457ce90fbde7858e90354d50288733f641afe3c 2,746 1.00/1.00 vMB 637
494,045 494,045 0000000000000000007bdc9ed9b9e79fa3010c982a81af7b6b2458d924dc828f 4,342 1.00/1.00 vMB 1,342
494,044 494,044 0000000000000000004c9b0884853fc34d00dabee8133df88679ff0a8aa5ea53 1,735 1.00/1.00 vMB 395
494,043 494,043 0000000000000000003e998f22bec4ca1697ae463c79b493494e32ea78750aa7 3,013 1.00/1.00 vMB 562
494,042 494,042 000000000000000000a9fca6f864ac1ed42e6e79630d2bc463af7dc64d28ed96 2,042 1.00/1.00 vMB 642
494,041 494,041 000000000000000000941b842f3edecc6860da631d31bb3e460af11f4978f2e3 1,286 1.00/1.00 vMB 392
494,040 494,040 000000000000000000050951cc269f5c42a005028ce8704aca637f56701b871d 2,447 1.00/1.00 vMB 684
494,039 494,039 00000000000000000001211126995396338a6b7e0ea5886e9e1544fc4aaea59d 2,465 1.00/1.00 vMB 377
494,038 494,038 000000000000000000be0174d86951550c9fa9990f86b77b420aecac3be81efe 2,583 1.00/1.00 vMB 532
494,037 494,037 00000000000000000067ee52e41d5bab764d58f090f3bda9410218e241e1c87d 2,629 1.00/1.00 vMB 502
494,036 494,036 0000000000000000007b1e35fa0cff5f45cbb76a91d99ac677d02b6625ed6bb3 2,144 1.00/1.00 vMB 209
494,035 494,035 000000000000000000cb8a7d06dbce80cc26c3a222305607d3d3ac2f12155864 2,239 0.96/1.00 vMB 528
494,034 494,034 000000000000000000c909375024095546e76e72389b1af93a7d8b60d406d330 3,646 1.00/1.00 vMB 718
494,033 494,033 0000000000000000009bf397dfaf9da1140c75293fce8c279ee6287d275e9fa0 2,924 1.00/1.00 vMB 546
494,032 494,032 000000000000000000aa12f36feb7694f6153bc820ece1a69a44d46a951a37d8 3,170 1.00/1.00 vMB 460
494,031 494,031 000000000000000000256abd2c9c9ec7c6533350f3afc3ea95a7817279c8d27b 2,831 1.00/1.00 vMB 520
Previous 10 blocks ↓
Total Size: 782.18 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: 653.68 GB
    • Received: 14.01 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.