Loading Tool

Explorer IconExplorer

Memory Pool

80,164 transactions
33.85 vMB
0.12424002 BTC
Random Selection Loading Transactions
Max Size: 192.37/200 MB

Candidate Block

Mining Attempt 92c088c03663b5f13b4714166ace6b2d0dff422e0a8f9896dfd2a9f6f536a485
Version 20000000
Previous Block 00000000000000000000d01ec66a5500a065a0accb178777c62c2953c9414924
Merkle Root 2e29431f26b0f5d71f97d7dcc2224953ac4af2795a5cf1984bba90877f4f1be2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,265
Size: 1.00 vMB
Total Fees: 0.01707810 BTC
Feerates: 52.08 > 1.71 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,410 (12,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
902,451 902,451 000000000000000000002486ad501b099835c2e92a6e65609913f0100034b47f 2,101 1.00/1.00 vMB 2
902,450 902,450 0000000000000000000039e6296573e3c1212810b34468430dd97bc11c7fb3f9 3,905 1.00/1.00 vMB 6
902,449 902,449 0000000000000000000191a63c2d6682579c3a4534886a196dd7cb29150afc96 3,425 1.00/1.00 vMB 6
902,448 902,448 00000000000000000000defb5338ba58a21830c47c6d246f6409b53fe0c5cf59 3,784 1.00/1.00 vMB 5
902,447 902,447 0000000000000000000206a2d02eb49cd728a96b25c89992f10267878b1b5c91 4,129 1.00/1.00 vMB 7
902,446 902,446 000000000000000000008c9c8d84b71e81328a2bf41538f51827cbdf96633fcd 3,788 1.00/1.00 vMB 10
902,445 902,445 00000000000000000000cc5cb54eb0f4b2b8440733dd3960724de56ccbba372c 2,922 1.00/1.00 vMB 4
902,444 902,444 00000000000000000000cf6f7033fe5be18c94291d39a50a784e657c551fecb1 3,206 1.00/1.00 vMB 5
902,443 902,443 00000000000000000001d11e684d31493eae806defe9789a962411dc5e188574 4,350 1.00/1.00 vMB 4
902,442 902,442 0000000000000000000082bf9df2ae786adb2cba1a9b6102b452fc6427eb0382 2,009 1.00/1.00 vMB 4
902,441 902,441 00000000000000000001d746d507ae4d0b6d36ccfd1af822911f7ad5e07eabb0 3,823 1.00/1.00 vMB 6
902,440 902,440 000000000000000000006c4d1f447253c96023a2036f820f57cecb004d372675 3,677 1.00/1.00 vMB 7
902,439 902,439 00000000000000000000cdc4fd3ff7bcdd9797aaf644431e0b575049d9b0d9f1 2,678 1.00/1.00 vMB 12
902,438 902,438 0000000000000000000026d7ac5da5cd29c1c1866e9acef0f055371a5b5c0cdd 2,920 1.00/1.00 vMB 11
902,437 902,437 00000000000000000000fc2b73cd118be13edbc8be9c77de28fec2df6e2133c3 3,576 1.00/1.00 vMB 9
902,436 902,436 00000000000000000000540d8a4dcf0b438f94eb8a2d2bd5462be7f9640940a4 3,144 1.00/1.00 vMB 7
902,435 902,435 00000000000000000001bead36b8085d504322dbf3e27747f6b15fd2bb688f77 1,992 1.00/1.00 vMB 3
902,434 902,434 00000000000000000000246d81427b91fface6ea3a5ac9919e78a9f258d06f8a 2,899 1.00/1.00 vMB 4
902,433 902,433 00000000000000000000642a4f52af8fa4c889021b8fd3bc0733300fbc512590 1,928 1.00/1.00 vMB 3
902,432 902,432 000000000000000000018277efa8fbf2e291499d85df005324192a99bc22a666 3,435 1.00/1.00 vMB 6
902,431 902,431 00000000000000000001b33f52fcfe44dab2cbbbb160474a129faedd3e6e92b0 2,860 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.10 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: 728.41 GB
    • Received: 18.48 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.