Loading Tool

Explorer IconExplorer

Memory Pool

44,333 transactions
28.38 vMB
0.07329057 BTC
Random Selection Loading Transactions
Max Size: 150.04/200 MB

Candidate Block

Mining Attempt 87038e21854c64cb13a470f3a2fcd48bbd46aa6029116b2d904b7a68ca83e9d8
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 1ddfe66e26d98807b7edbf9b185934e908a46c250a5fafb44dbf9009b8af929a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,634
Size: 1.00 vMB
Total Fees: 0.01958776 BTC
Feerates: 100.23 > 1.96 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (71,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
843,504 843,504 00000000000000000002211b03cb0000e7a2b153f027619e9a985985444515eb 2,356 1.00/1.00 vMB 25
843,503 843,503 0000000000000000000035a2a4de43693faa41be5c9f7bb1992d3d96ace94dca 3,452 1.00/1.00 vMB 16
843,502 843,502 00000000000000000001ea298630ee818f0f20f6c8d6d02455ab27ae11018254 440 1.00/1.00 vMB 10
843,501 843,501 000000000000000000032537982404080f5013ce4d183401e1a8d4ab87063b84 4,910 1.00/1.00 vMB 13
843,500 843,500 00000000000000000000c8699c50cfac4888b218539502308546cfe7bace2335 5,406 1.00/1.00 vMB 14
843,499 843,499 000000000000000000019259cce9de5e9dcbe80e2c00c8e96d67a61c9b8b3220 5,968 1.00/1.00 vMB 13
843,498 843,498 00000000000000000002e1ac4d0abfda1a5c08932575dd2820481edc12d2099a 5,973 1.00/1.00 vMB 10
843,497 843,497 000000000000000000009a8a3ff498b1015fcf35ff6e3d6349f0ff9c12ba13fb 2,286 1.00/1.00 vMB 12
843,496 843,496 0000000000000000000284753eef8e179acce93155c6e3dcdec6afa3ead9f111 2,901 1.00/1.00 vMB 22
843,495 843,495 00000000000000000000f3c939a4d5d453c8a325ff14da7fdb97ec46bdc1431b 1,984 1.00/1.00 vMB 20
843,494 843,494 0000000000000000000085717899368137a7fc1f15e7e360c6c205a4679769c1 2,946 1.00/1.00 vMB 15
843,493 843,493 00000000000000000000d4bb08f60475519bbd4ca0285d5b217bbcbbc78a4d7b 3,184 1.00/1.00 vMB 19
843,492 843,492 000000000000000000012e507d3a9d3ffd87044ed5c13976dc53247c0c128a5f 4,445 1.00/1.00 vMB 12
843,491 843,491 00000000000000000002154fa0f5e884d962e41855135d882fef443d2f34e89b 633 1.00/1.00 vMB 10
843,490 843,490 00000000000000000000bea7292b794123cb3d40bbe1ce2ba8e048d7691fcf7f 4,859 1.00/1.00 vMB 11
843,489 843,489 00000000000000000001d97e069dc8431260f8e7923c108b56b81d9e04c0e5aa 2,275 1.00/1.00 vMB 11
843,488 843,488 00000000000000000000b9f0093c14794bd832b144000cc3994960992e479f6a 4,244 1.00/1.00 vMB 11
843,487 843,487 000000000000000000031c9173a819bd4b7711360d87665ca4c2e8f0787d0c3e 5,948 1.00/1.00 vMB 12
843,486 843,486 00000000000000000002249e1b2ea754470bce6a3a210176d66d9e3ac9bfea59 3,956 1.00/1.00 vMB 14
843,485 843,485 0000000000000000000047939cc6ff6f155dc5a471c5f0ec0d2a56fc527d0916 1,299 1.00/1.00 vMB 14
843,484 843,484 00000000000000000002face2be268e30d07c4463d37818a75661e51d84e3081 1,049 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.10 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: 651.69 GB
    • Received: 13.63 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.