Loading Tool

Explorer IconExplorer

Memory Pool

42,821 transactions
26.61 vMB
0.06334712 BTC
Random Selection Loading Transactions
Max Size: 139.28/200 MB

Candidate Block

Mining Attempt c5c17297bb327d048109d4c49911d80289b582b0826c591df3afba64891c91f4
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 3f4d28ae46d778fde18bba82d7593901db2f6e3f1aa1917e3bdb75724434a273
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,472
Size: 1.00 vMB
Total Fees: 0.01423432 BTC
Feerates: 150.77 > 1.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (96,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,249 818,249 00000000000000000000b4a77445de3ab41ade3553501c68c0689a965d0e28dd 1,461 1.00/1.00 vMB 48
818,248 818,248 0000000000000000000204beac59803698690d7bbf3b9bb3be3b899f9509e05d 2,681 1.00/1.00 vMB 82
818,247 818,247 00000000000000000003b2f3235505b072d79ad22a8bb0ac9286e1a48d9c654c 2,502 1.00/1.00 vMB 58
818,246 818,246 00000000000000000000c48a31856bd4cbacd3c202be85a1f876ed9f1c5497b9 3,667 1.00/1.00 vMB 94
818,245 818,245 000000000000000000017e1b83d51752f6249ee1c09d6161235927581d1d29f2 4,307 1.00/1.00 vMB 47
818,244 818,244 0000000000000000000094715406be548dfbca8f75d7a493600b32cc53f0277d 4,519 1.00/1.00 vMB 52
818,243 818,243 000000000000000000017329212a4f266b9c039a4ed8572b34626908287702fa 3,480 1.00/1.00 vMB 76
818,242 818,242 0000000000000000000238852ff111f6b67cd3e05e186695d7cfe11d22f0315e 3,885 1.00/1.00 vMB 62
818,241 818,241 00000000000000000000ac8b5ecda3d7bf1dc3066264205292760d1e40db57fa 4,486 1.00/1.00 vMB 53
818,240 818,240 0000000000000000000103dd113e60691f73d60a1ceb2551306bcd473af31fb8 4,551 1.00/1.00 vMB 57
818,239 818,239 0000000000000000000224d6f72c6725f47ba7292bc0085a1db521336d75151e 3,736 1.00/1.00 vMB 40
818,238 818,238 000000000000000000036203cf7bfbdcd9e94e06d5cf097da27a0524d33239e3 3,942 1.00/1.00 vMB 56
818,237 818,237 000000000000000000042c25067ee2f8ee929a135fa8e4b485bb8e7090940bcf 3,908 1.00/1.00 vMB 72
818,236 818,236 00000000000000000002a55f998d443af45cc71058d982d1f04fcd2804604351 3,860 1.00/1.00 vMB 47
818,235 818,235 000000000000000000003a2879e527f5596e2f40a1e71cb5489217e05c5db20a 3,437 1.00/1.00 vMB 66
818,234 818,234 0000000000000000000000e08adbe3f65aede63ab05e71be4948065ba4c0590b 4,493 1.00/1.00 vMB 55
818,233 818,233 00000000000000000003053e5f2260ba1be283587efcb540ccb3043626be1e46 3,996 1.00/1.00 vMB 60
818,232 818,232 0000000000000000000398756f7a640eff0817ff1e9434fdc6f9a73f0c741483 3,896 1.00/1.00 vMB 50
818,231 818,231 00000000000000000001c231f5e422b1958eab69381970cf2aa06ad7bc26a37d 4,115 1.00/1.00 vMB 54
818,230 818,230 00000000000000000000e537e229dc7b78589a5fb3d647108b5e4fb0894f8d6f 3,790 1.00/1.00 vMB 56
818,229 818,229 0000000000000000000158c7ff4af9fa7b30969bffa80e0c22c761b0584d6567 3,572 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.