Loading Tool

Explorer IconExplorer

Memory Pool

80,318 transactions
29.67 vMB
0.06930415 BTC
Random Selection Loading Transactions
Max Size: 179.00/200 MB

Candidate Block

Mining Attempt 9e483e1ad62b07861fed059b789a2a710f57222d97e3a1420141ede29153dd63
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 18f25b74b6a74315f51c9eeacf7a74be3b0d0e830301336bcb72197fa47ca26d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,261
Size: 1.00 vMB
Total Fees: 0.00791470 BTC
Feerates: 73.20 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (136,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,536 778,536 000000000000000000014938ffd0d2445d56326e8db7f9b785e161641ed2574d 3,278 1.00/1.00 vMB 26
778,535 778,535 0000000000000000000133b818865d32bffe3623bae837e08e112ef4b723aeea 1,502 1.00/1.00 vMB 15
778,534 778,534 000000000000000000040dad0794214ad0ef07deafd3c55f0675bbe2e6a622b4 2,492 1.00/1.00 vMB 25
778,533 778,533 00000000000000000000d674c7be87432f56c9a78375145e9c784a5932db12c5 2,421 1.00/1.00 vMB 22
778,532 778,532 00000000000000000005e2e9cc4b8b8361fe01e8e0a1fcacdb11d24df8fb414b 3,653 1.00/1.00 vMB 20
778,531 778,531 000000000000000000060fd8003a1ef8d1eac225010191a278e763a7c7c01c88 2,190 1.00/1.00 vMB 24
778,530 778,530 00000000000000000002f3c5a73462c408709cb8bf05b1d0f1b3b42dbbff78c3 3,148 1.00/1.00 vMB 39
778,529 778,529 000000000000000000004674a786c33bd8e1ad560680fbbb14dc5680de6c6a54 2,724 1.00/1.00 vMB 30
778,528 778,528 00000000000000000003441ce1585fc4fc2a1c74f4909ab51c8a6a15ee6ace40 1,685 1.00/1.00 vMB 15
778,527 778,527 00000000000000000003924457d171fa3c317c7a1a65b5359ac828957cded7bb 3,099 1.00/1.00 vMB 17
778,526 778,526 000000000000000000008a9d94ac595cf9151ce407688f1ed38d95bcfb98e153 3,571 1.00/1.00 vMB 16
778,525 778,525 00000000000000000005f8cae35a16d882eb6557e4cf2cd9d19c48785d1e6a07 3,346 1.00/1.00 vMB 25
778,524 778,524 000000000000000000012a593c5c4dd72519329cb45dbbf8e9a79a879d1bc06e 3,115 1.00/1.00 vMB 22
778,523 778,523 000000000000000000001003c4e634d6113c9d4657b6856a17e0aaf81b6f2421 3,406 1.00/1.00 vMB 19
778,522 778,522 00000000000000000001981a6cb7c6ed1ac28101a586dae570432fe548ae4572 2,894 1.00/1.00 vMB 31
778,521 778,521 000000000000000000010950d94b8236cf8f88f80a7125d7d5ffb06ef644dd3e 4,029 1.00/1.00 vMB 20
778,520 778,520 0000000000000000000428eb5240ebb20cb42db8e23232e95d861cb897f1976b 3,520 1.00/1.00 vMB 25
778,519 778,519 000000000000000000015295f6dba56ecca3cd4cec4d7dad687544970cd3205e 1,878 1.00/1.00 vMB 20
778,518 778,518 000000000000000000013fcb586b7102df1fdff62b63cfd731c17453008d562f 2,737 1.00/1.00 vMB 19
778,517 778,517 000000000000000000060f849af077f48086d7eee4fed101d059624454822042 2,599 1.00/1.00 vMB 26
778,516 778,516 00000000000000000003478db7db81c0e1ad4e1c5cbfb3c972f2a3919127cb14 3,130 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.