Loading Tool

Explorer IconExplorer

Memory Pool

49,894 transactions
30.03 vMB
0.10481006 BTC
Random Selection Loading Transactions
Max Size: 160.12/200 MB

Candidate Block

Mining Attempt 843ce215d954f7928c7586f20678d1600ba82cadf46a9240f514c2c80171fc4f
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 0711bae91f783c4aeaefd49202017733ed12d20eab5a68bcf41f29410e692a75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,248
Size: 1.00 vMB
Total Fees: 0.03877216 BTC
Feerates: 529.61 > 3.89 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (526,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,502 388,502 000000000000000004f27840fcb4e0d2f4d25414c38a874842d9981faa9276d8 2,834 1.00/1.00 vMB 46
388,501 388,501 000000000000000009f22694ec1eebb046098462c2348fe5e0484a75d7d1ed87 1,005 0.95/1.00 vMB 17
388,500 388,500 000000000000000006cf66a6c7dce22f77d54774d66971e1f2dd44e84ab668c3 2,491 0.93/1.00 vMB 39
388,499 388,499 000000000000000008a66205d67fcea4ab9f50922512c8e45ec706af95b8e86f 1,092 0.55/1.00 vMB 31
388,498 388,498 000000000000000007e7aa2e8fb1b9721aa446e74735e5676947abfedd0dc6a5 1,039 0.58/1.00 vMB 26
388,497 388,497 0000000000000000000798622a7bec64c8c2900faf752b1ff5cf93ee0a233bee 1,849 0.75/1.00 vMB 100
388,496 388,496 0000000000000000035643e8ca4e7076742a5fb218494c0c4f1d2bec1b7f41e3 125 0.11/1.00 vMB 16
388,495 388,495 000000000000000009b670f25a92ee393a51c4a097e02a828504db4ff1b0530c 514 0.36/1.00 vMB 23
388,494 388,494 00000000000000000ddccaff10070c9798735637004c2f7b5684849c4d332341 1,331 0.48/1.00 vMB 43
388,493 388,493 00000000000000000b2bd82279768726ffc17009d6beeb2c51d24833fa977145 775 0.57/1.00 vMB 22
388,492 388,492 000000000000000002711e7608b76396daf59cfc99940e1b45b17ab1c94ecba6 1,062 0.40/1.00 vMB 37
388,491 388,491 0000000000000000046bfa63a14236132c6d1565dfa18c20df5d063d5e9d68f3 1,795 0.95/1.00 vMB 29
388,490 388,490 00000000000000000ce54bc74bd92275fe174fe38f7f4bc22f2c62aa44a43e0e 2,487 1.00/1.00 vMB 46
388,489 388,489 0000000000000000033ad6bbfbd3884b04b1cf88df5b56b9c9ee9c3393cb2060 649 0.27/1.00 vMB 40
388,488 388,488 00000000000000000b88b05b11167e01858e82ee8fd24a0f05d0647025a18f41 279 0.15/1.00 vMB 29
388,487 388,487 00000000000000000abbbe8f88a6c7e1736c6d784194554b7a3e78393d89abd4 1,393 0.63/1.00 vMB 34
388,486 388,486 00000000000000000a0c21e2935ee8b0b25b2eaa07118f127f09ddbbb808b67f 408 0.21/1.00 vMB 29
388,485 388,485 0000000000000000081435a2c61219288d94f8767ed15503df353222be12db25 1,315 0.84/1.00 vMB 23
388,484 388,484 00000000000000000d2842ee8e6ee9b32f020104fdea9243b23f4fc22e73359c 1,007 0.72/1.00 vMB 24
388,483 388,483 000000000000000000c4e8825f19e9c8cb21252b8b1a5f76707a6311be2ab8f4 1,552 1.00/1.00 vMB 30
388,482 388,482 000000000000000001f27306b8b7529ec912ed9a45e68cb03e9c770a90dad37c 280 0.10/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.71 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.