Loading Tool

Explorer IconExplorer

Memory Pool

41,866 transactions
28.19 vMB
0.07010182 BTC
Random Selection Loading Transactions
Max Size: 145.04/200 MB

Candidate Block

Mining Attempt d52e76117e524478f6946026367a3763da40e7140f1dd7420f68571c900b022c
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root 9af15529be6e4b5701fd14f6b6d36512d664fdd0d17ecacd7fed4fb70773caf3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,493
Size: 1.00 vMB
Total Fees: 0.01492724 BTC
Feerates: 100.56 > 1.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (525,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,504 389,504 0000000000000000007c4ed0caf69cb0d96fe24c293636c9319f583e55898da3 1,256 1.00/1.00 vMB 19
389,503 389,503 000000000000000002cbb82141e68beb7f7bbd7a3b22a5ba75f7ba56175354b1 582 0.59/1.00 vMB 19
389,502 389,502 0000000000000000010f826ecd0e393e9d98c73d4047d8fb0d97d1b1d2de8e5f 1,366 0.75/1.00 vMB 28
389,501 389,501 000000000000000006950c0d8fa2c0c1c1ad201345cb1483d27ae150585eb5fd 2,097 0.75/1.00 vMB 60
389,500 389,500 0000000000000000006166e421051bd1ccc2bf3b80ebd2ed20c71a2eecc10633 832 0.75/1.00 vMB 20
389,499 389,499 000000000000000005242cff9cd0a9cc5f29e938ba5a9fb04f4f21d85a1587bd 62 0.03/1.00 vMB 37
389,498 389,498 000000000000000001638b11b87e185155ebc49d84115ffe8f7f576363a4dd8e 1,258 0.89/1.00 vMB 20
389,497 389,497 0000000000000000067c446fcb1f93ab63de44e395bff9eb068b69d6196473d5 22 0.05/1.00 vMB 4
389,496 389,496 00000000000000000499e5e4b374dc144a3121b3bedd03f3c346d29491847117 477 0.19/1.00 vMB 43
389,495 389,495 0000000000000000032a020eefcef4dfd61e0c72eddb860dd6b3ca95c90941e3 1,116 0.61/1.00 vMB 32
389,494 389,494 000000000000000007899950d9a45fa988a89887cc0730f54e2dca136bda183b 732 0.37/1.00 vMB 30
389,493 389,493 0000000000000000026dca5c8735a24b24aa3c3d177fb5e72fbe0605a460706b 1,670 0.82/1.00 vMB 35
389,492 389,492 00000000000000000739a0a0eed60b846c97cf2f5a16463a654b2b319b4f5eb9 534 0.38/1.00 vMB 21
389,491 389,491 0000000000000000089dbe775f3b6f79e0279afd2b4786e15a69b81558eba5b7 1,231 0.76/1.00 vMB 27
389,490 389,490 000000000000000009637bdf21fe142c48a976f7a8d4b2f3abca6616629ab4aa 1,233 0.53/1.00 vMB 41
389,489 389,489 000000000000000004fd16d7113b867cf6f8161f99af6cc081efad0ec61b6c00 662 0.75/1.00 vMB 15
389,488 389,488 000000000000000008e62fddfb049439b77fb6797e131056992fbfe439393bc7 1,445 0.89/1.00 vMB 31
389,487 389,487 000000000000000006ba11690a4a131c1eb55189b47912094106a86e7ad017a0 1,319 0.75/1.00 vMB 32
389,486 389,486 00000000000000000650790c99c42fa458d07c046f909dd1cd68c66daf8255d5 812 0.38/1.00 vMB 38
389,485 389,485 00000000000000000723890bd3c90d4a6d2e3e20fe1b77eab13d7677222b57fb 228 0.16/1.00 vMB 41
389,484 389,484 000000000000000001dd18f7bf0d7a5e1c83f91ce52eb5b114616614e664e1c6 1,839 0.93/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.75 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: 631.82 GB
    • Received: 12.08 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.