Loading Tool

Explorer IconExplorer

Memory Pool

78,571 transactions
29.81 vMB
0.07682733 BTC
Random Selection Loading Transactions
Max Size: 181.92/200 MB

Candidate Block

Mining Attempt dcfcf292fa2b5b48d8001abf1d5c1cdbd7eee0e0e9daa6b6bb910d14a0fe66c5
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 877f99cdb5ebeb8e8d69ba75b6fc87c818bc93b9462e461bc1c2767f04fdcbbc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,086
Size: 1.00 vMB
Total Fees: 0.01083241 BTC
Feerates: 100.46 > 1.09 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (28,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
886,903 886,903 0000000000000000000076969fa4052a757a4d7fc8ed2451c38512dab715edb3 2,937 1.00/1.00 vMB 3
886,902 886,902 00000000000000000000b9b5c5e51f1d72ec08b4d444c1060477f38a367377d2 1,844 1.00/1.00 vMB 2
886,901 886,901 0000000000000000000111d85bf2a3467b17470c904c5edf27cb54bd21f740b9 421 1.00/1.00 vMB 1
886,900 886,900 00000000000000000000ccc6c17e70437f0c194b30a2f5faec75b568bb808ad8 844 1.00/1.00 vMB 1
886,899 886,899 00000000000000000002405132a62739ab131909b70aa5bb9f8add2663b49b2d 204 1.00/1.00 vMB 1
886,898 886,898 000000000000000000010dcd93181a0aaf82114d4d91659e7d88b260470c4246 1,830 1.00/1.00 vMB 2
886,897 886,897 000000000000000000013f9c98ff8692033234cc76d224a5c96ca67d3229849e 2,619 1.00/1.00 vMB 2
886,896 886,896 0000000000000000000070c33f1debef9e030f5ee1bfa5debedaa0290c8a1561 621 1.00/1.00 vMB 1
886,895 886,895 00000000000000000001b33f80af7881153207faf785234c6430b252ffd18c7c 135 1.00/1.00 vMB 1
886,894 886,894 000000000000000000011b556ca2ca5f9bb0ee5c4d7cec4b835eab6ee4e5f3c7 307 1.00/1.00 vMB 1
886,893 886,893 00000000000000000001f7974c22e783f8e93d13b851be606c986cfb56bfef90 1,968 1.00/1.00 vMB 2
886,892 886,892 00000000000000000001707c8c86fb07ded59ebe04ac877fb1f9591a25f64c01 2,925 1.00/1.00 vMB 3
886,891 886,891 000000000000000000012b9e5809097b3fb2e15fa3faadfaa63b276f762e4989 368 1.00/1.00 vMB 1
886,890 886,890 00000000000000000002071dfbeebd96e09c540d7f6330a575abeeaacc26d281 1,154 1.00/1.00 vMB 1
886,889 886,889 0000000000000000000045783d3f3f43365232f47a6bc4d21e48989bf5842c82 1,731 1.00/1.00 vMB 2
886,888 886,888 000000000000000000009755157bf3baab6490af03fc0b9f6309e90e7c5a8cfe 1,446 1.00/1.00 vMB 2
886,887 886,887 00000000000000000001d28391f9dad8a937648afca196dddf9163bec811639b 1,041 1.00/1.00 vMB 1
886,886 886,886 00000000000000000001cf17ba0226d9b169667916432a051ce04f3b1ac7018d 1,501 1.00/1.00 vMB 2
886,885 886,885 00000000000000000000ce658aaebc7b6e9d2f9558f7d33bbbaff7b0aad00e49 524 1.00/1.00 vMB 1
886,884 886,884 00000000000000000000d7a835afc18d4beae0af72e026c74d081565c6ac1e94 2,350 1.00/1.00 vMB 3
886,883 886,883 000000000000000000023bdeed82b6fa0c94a179c07fa6cbf33d35ffc3bd2994 3,729 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.