Loading Tool

Explorer IconExplorer

Memory Pool

75,301 transactions
27.76 vMB
0.07895905 BTC
Random Selection Loading Transactions
Max Size: 168.84/200 MB

Candidate Block

Mining Attempt a3b9f0b344159a4b12b8f7f5d8b326b7a7c3c1f531137c0c1ccabcdedcd819d2
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 828f4b47341e2b9ccce43c39a111c541edc30b4dce3e0e292f3c958551a24d7e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,728
Size: 1.00 vMB
Total Fees: 0.01948977 BTC
Feerates: 151.01 > 1.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (347,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,859 567,859 0000000000000000002294a30635480034592d55853b30d3eaf4b9977cae7ff2 2,142 1.00/1.00 vMB 11
567,858 567,858 00000000000000000013e80aa89113a6baf4810b47e43405a1232a1aa9172299 2,114 1.00/1.00 vMB 5
567,857 567,857 0000000000000000000f576db57bb5beaa248aac0b249610d0ab6f9fdd3013f3 2,680 1.00/1.00 vMB 8
567,856 567,856 00000000000000000021498332224660d34919e4d7ff7c21ad244d439fc00d63 2,907 1.00/1.00 vMB 15
567,855 567,855 0000000000000000002e2c16fe9a9b929b63f60ae53fb56f95b5144b1cf6f1f5 2,449 1.00/1.00 vMB 19
567,854 567,854 00000000000000000012e4d59b77b6281741a5115cd184a109c658227bba552e 1,549 1.00/1.00 vMB 15
567,853 567,853 0000000000000000002552db8b1a46a104c0c02a160399e6bf4ada79b44d7b1c 2,234 1.00/1.00 vMB 17
567,852 567,852 0000000000000000000cbb5791ee685243dd00172da070e57056f386c4cceb47 2,865 1.00/1.00 vMB 25
567,851 567,851 00000000000000000001c9c55ea42dca8ede621b6bccc5a373e5e3fd9b8a38a5 2,522 1.00/1.00 vMB 10
567,850 567,850 00000000000000000021863ea111a0206d6930cb858bd7ab54f6766d168118ec 2,613 1.00/1.00 vMB 10
567,849 567,849 000000000000000000064576bf54da58aedeffba4f10291d143694a6d165eb5d 1,473 1.00/1.00 vMB 12
567,848 567,848 0000000000000000001665b25cb15d804918f1097f4751f74c4cdb44d21013dc 2,995 1.00/1.00 vMB 24
567,847 567,847 0000000000000000002659dc1c42d08ad04e35c868eaf435f5edf2c31533dd19 2,181 1.00/1.00 vMB 15
567,846 567,846 0000000000000000001d224364d576c14d86ab10e5c0a5f8b84f47ccde05e2ee 2,270 1.00/1.00 vMB 13
567,845 567,845 0000000000000000000b4c872231605579a32bd2bb8b6542cb02e005db329407 2,473 1.00/1.00 vMB 28
567,844 567,844 00000000000000000006168ddab42497ed4ce122cf72403c485c625041a753b5 2,615 1.00/1.00 vMB 22
567,843 567,843 0000000000000000000f3cb045f8618257fb48c3066fe80f98b8d486d92957c4 2,436 1.00/1.00 vMB 13
567,842 567,842 0000000000000000000a09eeeeefb3972e5087fec57babc02e4b8e4a205e2861 2,359 1.00/1.00 vMB 25
567,841 567,841 0000000000000000001d1e88bc0deefeb5e1f10de34dc41b25e339d651dafaf3 2,751 1.00/1.00 vMB 26
567,840 567,840 000000000000000000157948cb11b31d035beb246a3d6579aca457e2c5d191ac 2,540 1.00/1.00 vMB 13
567,839 567,839 000000000000000000097dbe0f10914288492f30b35996c64c376714b7b67649 3,253 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.94 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: 714.90 GB
    • Received: 17.62 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.