Loading Tool

Explorer IconExplorer

Memory Pool

78,895 transactions
29.92 vMB
0.07396837 BTC
Random Selection Loading Transactions
Max Size: 182.80/200 MB

Candidate Block

Mining Attempt 664aabe73a9ca7fe18d81a20061ddd66e5b4a7abef8ae02d3876934493c68a61
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root d0d400a5e2ee8212b6fc4d3814522800912104977ef8bb79773fe3cf8913db79
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,097
Size: 1.00 vMB
Total Fees: 0.00765252 BTC
Feerates: 18.60 > 0.77 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (727,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,039 188,039 0000000000000085a65e20a0a91adafde994c279cef42b2106d3d56ae7f406b0 318 0.14/1.00 vMB 122
188,038 188,038 00000000000003be2289dba3c533a541dcb4562ec23716d56603e2a35e7dffc7 11 0.01/1.00 vMB 51
188,037 188,037 0000000000000919b1658c09ddd7af8af1218c1221f159aae690371ed908e842 205 0.07/1.00 vMB 168
188,036 188,036 00000000000004e1baaff1b6c1430baf74a218d75227dc94d5ba1cf8feb5cf3a 200 0.25/1.00 vMB 105
188,035 188,035 00000000000002afbafdf1e5c38762e731bfe08ae615b6edf5ec692a1dcf70b1 128 0.07/1.00 vMB 147
188,034 188,034 0000000000000767718af0e31db8a6ab43a2404dc89f29b0909d77cb26484bf3 145 0.06/1.00 vMB 106
188,033 188,033 00000000000008d7e2132644bafcf1951c2ec6e93f0d22c344fb6bbf617c5c42 500 0.18/1.00 vMB 138
188,032 188,032 00000000000004f8e9c1f15d36d33ff8d811ef8bbfbfd0ebfa0f022fb68de42b 134 0.05/1.00 vMB 131
188,031 188,031 00000000000005ba13d93ffea0a127fcde94d176964bcdb4e3fc52a846ad5376 69 0.03/1.00 vMB 111
188,030 188,030 00000000000003109e85de45de5bd09dbcf3084d421e678870524678c55c9c71 179 0.10/1.00 vMB 122
188,029 188,029 00000000000005136160d523ff3ce22cd86856bcfcdca6a6556378faa9df69dc 27 0.01/1.00 vMB 56
188,028 188,028 000000000000088c8ce6b7d23f4a689126cf5bc132b1cbcaafdf1ece8cc284f2 570 0.19/1.00 vMB 154
188,027 188,027 000000000000052581c072919ad51ade91b56a82a3d1db593fdc10c08c44f482 102 0.07/1.00 vMB 83
188,026 188,026 0000000000000031b3cde5ec0a0c66a2a3cea6d440bdd6ae60c4ce069f966a6c 32 0.01/1.00 vMB 120
188,025 188,025 0000000000000305160508b53ce6a750479a47d460b9e0c8768d0c29c8431580 358 0.11/1.00 vMB 173
188,024 188,024 0000000000000223c71d11b320cd571fa8e5a581cb7850754865f9363104cf91 64 0.02/1.00 vMB 187
188,023 188,023 0000000000000663c5c1ef199a31989fa9095227a5d1ad6a7d92f043ef0d38ca 33 0.01/1.00 vMB 59
188,022 188,022 000000000000035fbbabccac7895fcf6b064cf2eee5369e9b8fe44c71082d1a8 79 0.03/1.00 vMB 120
188,021 188,021 00000000000000a2d5495d088a8e982e36f77cbe1f05b27e8e483df71682b53d 80 0.03/1.00 vMB 159
188,020 188,020 00000000000007592ac6b47e2c138846217d167d67eb2f143596ddc16ce5302d 230 0.08/1.00 vMB 127
188,019 188,019 000000000000035d63b760d3f6995861a3e4b7a0e9e10cdd285b293f9abe2922 13 0.00/1.00 vMB 61
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.87 GB
    • Received: 18.29 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.