Loading Tool

Explorer IconExplorer

Memory Pool

73,358 transactions
28.44 vMB
0.06902274 BTC
Random Selection Loading Transactions
Max Size: 168.12/200 MB

Candidate Block

Mining Attempt 0e555d963e1bed02e7bdfc27f5eb0b3ab9ecb7d3b47b41c94b58e4a9a3e51c81
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root f2d9db1202b8973024b17ea273f32ed10213a45c3096b17d5f2eec434ca4a19b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.01202364 BTC
Feerates: 100.36 > 1.20 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (257,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,399 657,399 00000000000000000004a97b5d3f474156877bc23b00247b2762ace2495e5471 2,506 1.00/1.00 vMB 58
657,398 657,398 0000000000000000000e0496c26c395804d90056e88c58a3a0fae2672d0f85ab 2,717 1.00/1.00 vMB 82
657,397 657,397 0000000000000000000ba9cde3bf40402e00473c5f1148ab78cd1749291b441d 2,674 1.00/1.00 vMB 81
657,396 657,396 00000000000000000007b2c4d10fa51c3edfdf873b98368399f73f6b4f8844bc 3,004 1.00/1.00 vMB 66
657,395 657,395 00000000000000000002746cb301b303c4cea14dca9244c87bd9ab76097b4afa 2,837 1.00/1.00 vMB 80
657,394 657,394 0000000000000000000adc0ddd29200efc961f7d46f85955714a4a60314c002f 3,017 1.00/1.00 vMB 82
657,393 657,393 0000000000000000000f670a3acea3163f5fde7259793020024a16beadf41483 3,070 1.00/1.00 vMB 82
657,392 657,392 00000000000000000002b7ac7ca1a29776695f80818feba96a5334c3d34cf253 2,580 1.00/1.00 vMB 108
657,391 657,391 0000000000000000000a577dd63658cdd32064a27a032502892c0e82b1b9a5f1 2,562 1.00/1.00 vMB 75
657,390 657,390 000000000000000000088db7d7ed0f9242c39ff3479a05d0bd7213480f32029d 2,088 1.00/1.00 vMB 84
657,389 657,389 0000000000000000000c039a324b71e48ef8427b706db77679079f630d26ec90 2,996 1.00/1.00 vMB 101
657,388 657,388 00000000000000000009e96255e95faa55c7bc866707fbae45068e0b67cc97e5 2,932 1.00/1.00 vMB 77
657,387 657,387 00000000000000000000b55b02f0603616d214c81d7bf717defb16df8ee2547d 2,940 1.00/1.00 vMB 91
657,386 657,386 00000000000000000009c24e63074c63c2b0ec250095dd35f7435571b78cf09b 2,201 1.00/1.00 vMB 82
657,385 657,385 00000000000000000002023b5f5e29a87484f812a2c81aeee42606ea9fab6894 2,317 1.00/1.00 vMB 87
657,384 657,384 00000000000000000001e9d06623c685109933567e54275fa109cd046b1587d1 2,590 1.00/1.00 vMB 83
657,383 657,383 00000000000000000008cacc6f3d0f756cb96d21f563cc3dff3e9b842c88c656 2,788 1.00/1.00 vMB 100
657,382 657,382 0000000000000000000f94edd3d97b5e6c71f6c1ecc68ab842203e6f2370b772 2,762 1.00/1.00 vMB 108
657,381 657,381 00000000000000000009fc5cc0377db901b67081d15d10dde625222d03caf884 3,402 1.00/1.00 vMB 133
657,380 657,380 00000000000000000001938bdd08a80acbb1cf4857dac79c109cc467b763bceb 2,856 1.00/1.00 vMB 90
657,379 657,379 00000000000000000001f9754c7e0bd9c067f1c8451adad1ed5ab4100a193a96 2,661 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.96 GB
    • Received: 15.33 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.