Loading Tool

Explorer IconExplorer

Memory Pool

49,181 transactions
21.30 vMB
0.06581366 BTC
Random Selection Loading Transactions
Max Size: 122.00/200 MB

Candidate Block

Mining Attempt 778bd903afe9f7b90c040af1e1ca1216906d71e55c47d89d3888e7cea9312527
Version 20000000
Previous Block 00000000000000000001f04bee8fc98c1f85e96d12fb520368305c5311966ad2
Merkle Root a1baaf2128babc6b345b43aeec9d7496adb0a8559db0d31b49bf2731e54fdefa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,019
Size: 1.00 vMB
Total Fees: 0.02263120 BTC
Feerates: 502.67 > 2.27 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,019 (749,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,464 164,464 00000000000004094110f7801d04ae805d28a914f750648829f05209fa6d928d 74 0.03/1.00 vMB 212
164,463 164,463 000000000000074c15a369dd79edd2c9552cab572bcbe69f6507012dbc7ab128 46 0.02/1.00 vMB 181
164,462 164,462 0000000000000520328ec05a0d3bb2bca42d6a0ac4ae16f24df00efb4b8c1304 42 0.02/1.00 vMB 1,966
164,461 164,461 00000000000005068388f53572081f8d04b72808ce59b77c2035cb4fdc69a257 13 0.00/1.00 vMB 957
164,460 164,460 000000000000051fd250bcf135ab3754ca6c020e593d2581c792af7129c74f66 38 0.01/1.00 vMB 380
164,459 164,459 000000000000078d1b542bc6793211e1967298ef290ceee51cf6b4d56be6c625 87 0.03/1.00 vMB 89
164,458 164,458 000000000000058e4116daef9b7928b9d4b687e75f320256a5727b6af4bfef70 1 0.00/1.00 vMB 0
164,457 164,457 000000000000033f41d6d1149d0b41af7c8643cb7ae9fdc238e58ed9ee80a16b 33 0.01/1.00 vMB 311
164,456 164,456 0000000000000b914a36ead4d24adb9a29237d8158a0a054d1d4a87751606a58 10 0.00/1.00 vMB 42
164,455 164,455 00000000000007a0548e04326083b493881e695e91a6f9dfeaa9d6be3af9a368 36 0.01/1.00 vMB 44
164,454 164,454 00000000000000925643682e9a74d5e7e6374a1a5b51a2e00b0d293d0dcbd625 18 0.01/1.00 vMB 135
164,453 164,453 0000000000000748ba126a45f0851ba58da59ec0dc47a2242d2c0b2ea2518240 8 0.00/1.00 vMB 70
164,452 164,452 0000000000000b2a39a7d3c4ba0bbd3dcb8cca493a1175594f39e9032c4eac90 14 0.00/1.00 vMB 43
164,451 164,451 0000000000000a03bc5b7968af655370abb2cc34e168db15db809afee38f48b4 17 0.01/1.00 vMB 77
164,450 164,450 00000000000009d5377cc4bca3e16a3b3abd7c8f1e32cb07979d5ba90f30b029 8 0.00/1.00 vMB 13
164,449 164,449 0000000000000a9bd0787748d066bc1172cec0810457a24d9c7978403b2c878a 76 0.03/1.00 vMB 113
164,448 164,448 000000000000090f9486c5de5147976678e12ebf2a8f19120d4ef93463124746 112 0.05/1.00 vMB 45
164,447 164,447 0000000000000b73fd80ca945adc86b169d37de1b4865484b96a2b0a79e5d3cc 9 0.00/1.00 vMB 33
164,446 164,446 00000000000007bca86eb5e9a403796ad21274ca68638f67f061393b1d32cbc4 11 0.01/1.00 vMB 383
164,445 164,445 0000000000000b58bb7d56195fc1efbd45f0baeec8d19d562b17b8223b9c2f5f 9 0.00/1.00 vMB 393
164,444 164,444 00000000000006238677524d587702130f33c88d25c94e4e711f8f24457cde55 19 0.01/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 780.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 550.26 GB
    • Received: 6.42 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.