Loading Tool

Explorer IconExplorer

Memory Pool

78,278 transactions
29.32 vMB
0.07911214 BTC
Random Selection Loading Transactions
Max Size: 179.58/200 MB

Candidate Block

Mining Attempt 8ae09f600545e99374b641de5b4a98834afa0f11ccade7cd87bc877a22162fe2
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 017d081a12120cecf37d767d51822e275b222de1041a3e8caf28f199634750cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,403
Size: 1.00 vMB
Total Fees: 0.01490517 BTC
Feerates: 301.25 > 1.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (287,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,593 627,593 0000000000000000000b9e8a106c586b1ef8e0bd31cc20d3befd6ed837390603 2,885 1.00/1.00 vMB 33
627,592 627,592 0000000000000000000987c1f7c42bdb5ffd926b1dc855a93dea346c1c3c074b 726 1.00/1.00 vMB 5
627,591 627,591 0000000000000000000494c6c5f078ceab7e10e68c4455551e2afaa1f963821a 2,186 1.00/1.00 vMB 16
627,590 627,590 0000000000000000000531b61bce924e3ad8bd6acf7eed354fdf1286930f73cd 2,080 1.00/1.00 vMB 16
627,589 627,589 00000000000000000004f9628b30311247d4468dfa9da2ab3f67555c2a34f3ae 2,643 1.00/1.00 vMB 9
627,588 627,588 0000000000000000000464ff7a0697404414bba10448d0df578f68c70a2ca5f4 2,554 1.00/1.00 vMB 29
627,587 627,587 0000000000000000000a1d1a4157835592ffbacc2a832d280d9fa86633e73a54 2,699 1.00/1.00 vMB 44
627,586 627,586 0000000000000000000f68ff7df36c0de959d9297aa45c54d66752ef5fbe11a8 2,860 1.00/1.00 vMB 31
627,585 627,585 0000000000000000000dff17d7e8c920a3d887f0fa7136a06c012583c31f8ac4 2,861 1.00/1.00 vMB 17
627,584 627,584 0000000000000000000ad688a628e3be228679079bdea1e50f3e422e57444f2d 2,170 1.00/1.00 vMB 29
627,583 627,583 000000000000000000009154f637fb77260a91a740305ca2c3fbf9659c4ef077 2,294 1.00/1.00 vMB 43
627,582 627,582 0000000000000000000e8ca090d700764f8de4c2c4805ed3fd361c6e28a61c78 1,889 1.00/1.00 vMB 7
627,581 627,581 0000000000000000000801bdcc0c5ececb2bbdcd96e4551223afe56123817528 1,498 1.00/1.00 vMB 10
627,580 627,580 0000000000000000000f42c72d518c09b9978cb486516af5b93407484a59eca9 2,724 1.00/1.00 vMB 20
627,579 627,579 0000000000000000000799a42b0503ae0e22301cdade4cabd22fbb24628fb24c 1,651 1.00/1.00 vMB 17
627,578 627,578 0000000000000000000c90ff4cb2882ec54c4981786bc5328e24b7834a2dc8e2 2,649 1.00/1.00 vMB 15
627,577 627,577 00000000000000000011308f7d3e496f6249544688d93fbe3f805580ac977427 2,788 1.00/1.00 vMB 34
627,576 627,576 00000000000000000009301b847e515c0654b3fcf9ac7ac07c0a7f642b507dc2 2,993 1.00/1.00 vMB 34
627,575 627,575 00000000000000000008df0e259635ee45684783d907a7f2e51b2445709f5e7d 2,950 1.00/1.00 vMB 22
627,574 627,574 00000000000000000009efda8d2a0edde3f27c22c5f4131a18a22682588e8c0e 2,732 1.00/1.00 vMB 35
627,573 627,573 0000000000000000000b356dc5c7c95b225452ad1cdc2efeaef78173c65d14e4 2,639 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 710.02 GB
    • Received: 17.01 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.