Loading Tool

Explorer IconExplorer

Memory Pool

44,330 transactions
26.60 vMB
0.06284830 BTC
Random Selection Loading Transactions
Max Size: 140.13/200 MB

Candidate Block

Mining Attempt 9ee729d68c5c92b7276a55a802c32a1e7f0711a0b1f2a059cc021a1252d3dbe7
Version 20000000
Previous Block 00000000000000000000e9fc36eb4e54258de385eba8454916da1a3a70de6bbf
Merkle Root b55b961a75b872fd20549210ec1119bc7ee0a16c11c73bfa5d6a29a2e2b58598
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,692
Size: 1.00 vMB
Total Fees: 0.01392177 BTC
Feerates: 150.52 > 1.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,751 (76,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,085 838,085 0000000000000000000200b2942cc5e8a003d65b5ecefecbc1331a1e6cc76b7f 3,468 1.00/1.00 vMB 10
838,084 838,084 00000000000000000000a2e2d182b5df7a5cbd88fbf3afaa5cb5fb92efaaf4b6 4,886 1.00/1.00 vMB 8
838,083 838,083 00000000000000000002d1dee09b994e80bef010598475074cf3136242db3763 3,127 1.00/1.00 vMB 11
838,082 838,082 00000000000000000001242c3534db737b8bae35b2a5bd90ff24b57608ecf7fd 3,210 1.00/1.00 vMB 14
838,081 838,081 000000000000000000007c4901ec5fb42320670126d8b4e9877283f9cf3253e2 3,434 1.00/1.00 vMB 15
838,080 838,080 00000000000000000000ff5611869999ea04af99bcd8a11c2e4b80081885bd39 3,326 1.00/1.00 vMB 14
838,079 838,079 000000000000000000029a56eda06bb0bebf78d0fa17da778b2806188817e6bf 2,620 1.00/1.00 vMB 22
838,078 838,078 000000000000000000028060c723629d1535a2fb284c7666d19719dfa98839c2 2,462 1.00/1.00 vMB 7
838,077 838,077 0000000000000000000003494186d735ca86b9bbc277ad9b88e358d16c16150a 2,517 1.00/1.00 vMB 10
838,076 838,076 00000000000000000000093c535338cc54aafec0be6ad849d55c0f55fdc81423 3,766 1.00/1.00 vMB 9
838,075 838,075 00000000000000000002814492797e38f5d5f6cae9985264f06fd07c311c8cec 4,291 1.00/1.00 vMB 13
838,074 838,074 0000000000000000000057a469402436347b6dcf843daeae3108e44961c38d51 2,570 1.00/1.00 vMB 9
838,073 838,073 000000000000000000026c4d69cd445140275fc4f114f67b97015fd3e66982c6 2,488 1.00/1.00 vMB 12
838,072 838,072 000000000000000000032a62b54d3a7e0d9f726738e9b53aa6c6915361eafdb9 2,826 1.00/1.00 vMB 14
838,071 838,071 00000000000000000000ddb143d18843e25601018444ba63bfec2814fc34fa66 4,327 1.00/1.00 vMB 12
838,070 838,070 00000000000000000003593c5d2e27b2175480975554249bf3b5eb3d8ce1be1d 5,961 1.00/1.00 vMB 12
838,069 838,069 000000000000000000011fa16f4cdaa954b1d5593041aed6ca4a537c6a0ec4d4 4,756 1.00/1.00 vMB 12
838,068 838,068 000000000000000000011359dd35d786caf8de597047c7e8d82b19f5a00e4a05 4,318 1.00/1.00 vMB 15
838,067 838,067 0000000000000000000190ccfea125a6d50bd888bfc9f0352f52902c65389d3b 2,798 1.00/1.00 vMB 17
838,066 838,066 0000000000000000000193c7f26082f37c57a07e996e7842c36f190c020d9300 2,299 1.00/1.00 vMB 25
838,065 838,065 00000000000000000000fd9ddb3518cd3e43a2e5dfc9ec7b50b021a95a9a3cc9 3,166 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.95 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: 647.08 GB
    • Received: 12.90 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.