Loading Tool

Explorer IconExplorer

Memory Pool

63,854 transactions
18.16 vMB
0.05343752 BTC
Random Selection Loading Transactions
Max Size: 117.16/200 MB

Candidate Block

Mining Attempt 2d7d9979a6c0304be1ef7a9f32dc0a89dc0533d436c8c57b0fd6ac4ba0d3245f
Version 20000000
Previous Block 000000000000000000016af6bdb14f4de712c2154dcf968d3da485051e001e31
Merkle Root 67a758db0ef272519098f08ed3c9f2c533eabeee78d8da47fa05b8b40929fdf2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,374
Size: 1.00 vMB
Total Fees: 0.01254516 BTC
Feerates: 60.13 > 1.26 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,805 (821,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,981 93,981 000000000005d4a7af5b0c80aeb725d6bf97e4a090b6238f9dab1432b239cf5d 1 0.00/1.00 vMB 0
93,980 93,980 00000000000513eb6bdc75364b411acd330b1941dc36e4ef80eac9581344f6d8 4 0.01/1.00 vMB 4,282
93,979 93,979 00000000000156a30ef3a10e1f752372b7e22b58326b177604961a258865cd27 2 0.00/1.00 vMB 0
93,978 93,978 0000000000070f92718d47b3cf20e70f73f7bcdf57d5d02e8914fde9e9044448 3 0.00/1.00 vMB 0
93,977 93,977 0000000000044c5decd1c9644b63fd1a69258f6e3c5331602a637ed5fec8ec95 2 0.00/1.00 vMB 0
93,976 93,976 000000000001229a1c7beabf0347810337eb68ee31872201b65c3f75084d4abb 1 0.00/1.00 vMB 0
93,975 93,975 000000000005db8888773f7d8ad00fbfaf5b9b900e676744d7eeacec837c6b0a 1 0.00/1.00 vMB 0
93,974 93,974 0000000000079efb469b4143d8bbc9619c14690ccb0f5f3699b32975c3b6e34c 4 0.00/1.00 vMB 0
93,973 93,973 000000000005b8f46ee26c13c444266940977eac62435305a0de5d38baf1bbf8 1 0.00/1.00 vMB 0
93,972 93,972 000000000001bfc9e3ec7688efb4a515550ddd77a8eb187d57e7e25cc1917ecc 2 0.00/1.00 vMB 0
93,971 93,971 0000000000072e88d7415afd5368cac4de4d4f1add6efc4f9ff42cbeb2d1531b 1 0.00/1.00 vMB 0
93,970 93,970 00000000000976f12d4abfa5ef84105dc9783fe5bdad971e505cab285c7884a2 1 0.00/1.00 vMB 0
93,969 93,969 000000000008f76ca01ed5a582c8e75448c06cb79a85cd2c7b663750dd74af5b 1 0.00/1.00 vMB 0
93,968 93,968 000000000005dafb047fd0475eddba27f026f6f9635ca761ccd515d7e33fedef 1 0.00/1.00 vMB 0
93,967 93,967 000000000001c02ebfc559da723d880a4a64e57ce42a8b1ca50f9ac53420afca 1 0.00/1.00 vMB 0
93,966 93,966 000000000000d0d29b1b1a577413cea53295bb05474d836f67610b2574409643 1 0.00/1.00 vMB 0
93,965 93,965 000000000008f6a873be42b1f38f8a57ce58162be9c219b3f33832b7278ebd5e 3 0.00/1.00 vMB 0
93,964 93,964 000000000000f0e2bb609b4291f60f0e9dd2eb201ade8b79df18ed8b8c42e654 1 0.00/1.00 vMB 0
93,963 93,963 000000000002e1cb359fa53456a0be26bdfa5d79dc250edc0b196f06d7a6aa8b 2 0.00/1.00 vMB 0
93,962 93,962 00000000000230aa6f3921fd7a4f330ec1f37601210605b089736b58577d0c58 1 0.00/1.00 vMB 0
93,961 93,961 0000000000097dd96744bb6be59281122f15d60bb7ea366b1381fa33cbec9d1b 52 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.77 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: 785.57 GB
    • Received: 21.59 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.