Loading Tool

Explorer IconExplorer

Memory Pool

78,041 transactions
28.86 vMB
0.09146113 BTC
Random Selection Loading Transactions
Max Size: 175.14/200 MB

Candidate Block

Mining Attempt d0c777242e2ed62885b6f1f867603abceb1b3864fca78ae6ed0c2e970d538b49
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root a4c5e2a715e8744a2c59acceb10786467c311482c51e405504c79fde4f302fc8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,119
Size: 1.00 vMB
Total Fees: 0.03135340 BTC
Feerates: 137.15 > 3.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (336,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,428 578,428 00000000000000000004f346ce0e76f47aa9a9a612039c17f355f2e6c8ce932d 2,335 1.00/1.00 vMB 43
578,427 578,427 000000000000000000217f2372168f6bb5b2295476e4520c8f601fb87b2cb719 1,830 1.00/1.00 vMB 81
578,426 578,426 00000000000000000015e9b25b32ea2371cacf98bbf8293a5e692511ad6b9fc5 1,790 1.00/1.00 vMB 74
578,425 578,425 00000000000000000026ebf7196311a7ceedc01ad6d3676ef8e271a9da389182 2,597 1.00/1.00 vMB 64
578,424 578,424 00000000000000000000c5c8b1b58f776fedb7b7b8484283915c01809338faa1 2,532 1.00/1.00 vMB 101
578,423 578,423 0000000000000000001a3977f9575c1e4ee4a3ecb6a61dfd12ab71e62ef1073e 1,823 1.00/1.00 vMB 113
578,422 578,422 0000000000000000001d559788073b7f5c4f8975f4fd12a7423554f0a3865e02 1,454 1.00/1.00 vMB 110
578,421 578,421 00000000000000000013a872560768ddffd98587a3a3a5f30d1c65ebe9a4caa0 2,403 1.00/1.00 vMB 77
578,420 578,420 00000000000000000003e309f8593f02702c5960545191dd2c86e8a396ef17ce 1,048 1.00/1.00 vMB 95
578,419 578,419 0000000000000000001626822f3f2316ef58346f4a15fe717964d67ae704061e 2,239 1.00/1.00 vMB 136
578,418 578,418 0000000000000000002821b58f13a0a569fba2ba6f2d71a0a93ab8af864148a5 542 1.00/1.00 vMB 100
578,417 578,417 0000000000000000001653ba33b32dd1d22cb37f2b743aa91de5fce585d42cd3 1,327 1.00/1.00 vMB 110
578,416 578,416 00000000000000000004273134a0fc4f33e2c6383fcf9c9ee37678ade2296c79 2,313 1.00/1.00 vMB 155
578,415 578,415 0000000000000000000e61b4424919eb031d7f68ea6654ca550de07f2a9e8963 2,647 1.00/1.00 vMB 180
578,414 578,414 000000000000000000107a21add861077c0945ca57bda713a7e835a7f89f0d45 2,950 1.00/1.00 vMB 85
578,413 578,413 00000000000000000021c6a886490b0ad5f619052ebc52af462c025ef879a4cd 3,368 1.00/1.00 vMB 159
578,412 578,412 0000000000000000000f9591d181ae64f7d02939a4e9254ad0478dea33978a31 2,171 1.00/1.00 vMB 136
578,411 578,411 0000000000000000001bbaf2b6e09043bc7a0f8d3c40480d6185107db9d7f7c9 2,947 1.00/1.00 vMB 168
578,410 578,410 000000000000000000034894ba2f0615d1d17cfd9aeaea394204110264f04d24 2,782 1.00/1.00 vMB 109
578,409 578,409 00000000000000000028ed1fbcab0b8f22d09e0b602a37f94decb79051638eb8 2,589 1.00/1.00 vMB 130
578,408 578,408 00000000000000000020eaab8e657eeb4a9e123d276ad12006ea7f5d0a689f30 2,940 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 782.59 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: 671.40 GB
    • Received: 15.93 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.