Loading Tool

Explorer IconExplorer

Memory Pool

87,417 transactions
32.88 vMB
0.12463569 BTC
Random Selection Loading Transactions
Max Size: 197.35/200 MB

Candidate Block

Mining Attempt 135af85490e698b92b8f0bbf7490f5d56b1fa39978ba4164456e5112b6907db0
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 8accde4428a80d7047d176223fcccdf0f935dad2369fb2a8de968ea2bf863592
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,587
Size: 1.00 vMB
Total Fees: 0.04475964 BTC
Feerates: 218.18 > 4.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (802,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,172 112,172 000000000000af8ddeacc85f3f471bb0415829085bcc23c2c1c85a36637d3a85 2 0.00/1.00 vMB 3,875
112,171 112,171 0000000000011ac547fcb97e2e3cec2e7271cf95e18f40606c4fb34d8c767ae8 4 0.01/1.00 vMB 187
112,170 112,170 000000000000607149cc32a3282a4b49c8059eb831fb392d92d9278e77737d45 2 0.00/1.00 vMB 0
112,169 112,169 0000000000007cf36009bfc2100a520181b2318cf400a1d67e462975454d6b98 1 0.00/1.00 vMB 0
112,168 112,168 000000000000dfece11597afd85e58d98dba226ef00b1d195e4bb19bb6d8958e 2 0.00/1.00 vMB 0
112,167 112,167 000000000000e9b5e0852a0c9e2fffd5668bedf3b055fa88be67801e17756605 2 0.00/1.00 vMB 0
112,166 112,166 00000000000109783e4d7650f6c710a6794161a3522918cf8fe05d745eaf4783 1 0.00/1.00 vMB 0
112,165 112,165 000000000000afebb5f5ef367c7a21899453e1c58a986a4dd46889b6e39d237e 5 0.00/1.00 vMB 0
112,164 112,164 0000000000012515564e22a184dcff9606e536e133ce4b0873f1b262a251d5e9 12 0.00/1.00 vMB 335
112,163 112,163 000000000000e67c3d6528160f98e384c56c2cddec21e11797b50b47aace21f1 24 0.01/1.00 vMB 336
112,162 112,162 000000000000dccfdda97f2a87914082014066fcaef5c365e485031fcb0f11fb 2 0.00/1.00 vMB 3,861
112,161 112,161 000000000000b08ccb0f46eb2d5747100ba9111f7cf0bd45a8afbc0a3aa685aa 4 0.00/1.00 vMB 1,086
112,160 112,160 000000000000115e91dff20cb887745b4b421083ac93ed41b70526c417ee85a6 4 0.00/1.00 vMB 1,418
112,159 112,159 0000000000006ef0be2134b95f3e6440d38017a6e2f3496a4d25a3fd31f044e0 16 0.00/1.00 vMB 1,874
112,158 112,158 00000000000101eb7e414e3838db4e93584dc54638e2fd5ca9860364b4ae2421 2 0.00/1.00 vMB 0
112,157 112,157 0000000000008c694dbe61374afd559fbe6b12deb299fb34c9aae5bd9f6cee2f 1 0.00/1.00 vMB 0
112,156 112,156 00000000000117df93932ba9a8b4e583362d7d18b7e625422778796bec6f83a0 6 0.00/1.00 vMB 0
112,155 112,155 00000000000054895dfdcc3f3b966b32370c91d2692b328e63273bc9f0e98dce 6 0.00/1.00 vMB 347
112,154 112,154 00000000000095d5c04545d49ca0956f2975eef9596d7b3e650342b9f33c6e5c 5 0.00/1.00 vMB 1,038
112,153 112,153 0000000000008c2c7d03b65dfc156e05e5b4bbf11d928305fb33d8607bd531d5 2 0.01/1.00 vMB 0
112,152 112,152 0000000000001063810793310cce318bb9aa51f3b070b8dab866c7a61354b1e2 25 0.01/1.00 vMB 432
Previous 10 blocks ↓
Total Size: 782.52 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: 668.88 GB
    • Received: 15.61 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.