Loading Tool

Explorer IconExplorer

Memory Pool

68,060 transactions
36.17 vMB
0.19968425 BTC
Random Selection Loading Transactions
Max Size: 194.52/200 MB

Candidate Block

Mining Attempt 0f3b493c1a0ebed99a8dedc9ccfd5be1c0419925b44765bf232113f644bf2a6e
Version 20000000
Previous Block 00000000000000000000d7271f28b45355cfc631b6f1da0256f67f39ef548751
Merkle Root 99c0c5de6d5eaca9c58384a05d2cb65dd906ee85daa83cb697ac7c93abd00718
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,146
Size: 1.00 vMB
Total Fees: 0.05674104 BTC
Feerates: 96.89 > 5.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,419 (788,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,463 125,463 00000000000029de37a05ab6127cef508693b1bda664e4160ad82f074c9d2624 34 0.01/1.00 vMB 168
125,462 125,462 00000000000035e9882e712f6e19c35fd2e0c802f56bfc7c0872aec7419401de 23 0.01/1.00 vMB 801
125,461 125,461 00000000000032ee6e55c1c71b23ced1a838d245377c0f3072510efcec092eba 74 0.02/1.00 vMB 1,922
125,460 125,460 000000000000083d9d4fedcb4ace86293bd1a2a460409399e35d28a135338583 8 0.00/1.00 vMB 630
125,459 125,459 00000000000034d611ef05eacddde67c92c704091f4ecc7b9bf867195cb2de2e 15 0.00/1.00 vMB 541
125,458 125,458 00000000000027271de797f439dd45fcaaed44d228baf183d9bc2e3c175232cc 12 0.00/1.00 vMB 1,751
125,457 125,457 00000000000024bb084fc14d4bb25e2cd54ff368fe0e5f550a93a81fb0bc7cad 5 0.00/1.00 vMB 4,008
125,456 125,456 000000000000291f30b47587edb3f237408601c1445875a19d24ed4850ec7b7d 19 0.00/1.00 vMB 0
125,455 125,455 0000000000003695ffc2450a16be5b968c20e2fa8d24314edef9cfd15a1a2e10 51 0.01/1.00 vMB 144
125,454 125,454 0000000000001204c81947face1a08d6f8c67a354d8b89603b0381c6fcc53605 11 0.00/1.00 vMB 362
125,453 125,453 00000000000007980e7356277d84c2d25939caad9f346b4debcc032ae94c332e 38 0.01/1.00 vMB 148
125,452 125,452 0000000000000e56401f9f7109e7130736c0a350e3127178e9b27aac380464b0 10 0.00/1.00 vMB 306
125,451 125,451 0000000000001b61a803de25b1ac414ff184978d4370ce9b3f5be4554d4c187e 20 0.01/1.00 vMB 771
125,450 125,450 0000000000003d2bf32b38f26cccbb6f0b87f760373aaa2b42a3f48d9225c699 16 0.00/1.00 vMB 904
125,449 125,449 000000000000057552592de8bfff91302e8ac755b7f175176b09e76e104ba123 10 0.00/1.00 vMB 0
125,448 125,448 0000000000001094b66fe851583e028b4096a490853577ce8ba897db99a00037 13 0.01/1.00 vMB 1,262
125,447 125,447 00000000000039ab80a468ed34f987520d6ea4331bc4f337edf6cd6e1934dee7 21 0.01/1.00 vMB 626
125,446 125,446 00000000000010010f9a657b41fc7dd7b0806002d878b172c0dabc25eb215487 164 0.05/1.00 vMB 3,246
125,445 125,445 0000000000001fd0ef2c67eb8c59ae94357f77805aefb4ffb9762a5e54aeed20 31 0.02/1.00 vMB 97
125,444 125,444 0000000000002490330072ea75a16eb82fa8e4ae1d1c4148ba9176105982a1b4 15 0.01/1.00 vMB 1,560
125,443 125,443 00000000000033c90125649d27b5bef7d51f0700f1e2a4052559087d0d2ea78d 11 0.00/1.00 vMB 347
Previous 10 blocks ↓
Total Size: 781.35 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.04 GB
    • Received: 10.29 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.