Loading Tool

Explorer IconExplorer

Memory Pool

40,678 transactions
25.93 vMB
0.05584713 BTC
Random Selection Loading Transactions
Max Size: 135.23/200 MB

Candidate Block

Mining Attempt 94dbaedf4f8c3c4586b5a1ae7d49c49d5698dd6d383610c42aec37ce6f32769e
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root c82f9618c6355faf4ebce0d31159257b1dbfc6c101ba8a973e80411df8f54df8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,591
Size: 1.00 vMB
Total Fees: 0.00867835 BTC
Feerates: 100.00 > 0.87 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (596,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
318,785 318,785 000000000000000004c3bb295f0824da9aa531d014bac211ac53d089a3bac2aa 1,182 0.67/1.00 vMB 30
318,784 318,784 0000000000000000191e2affe065dba5cd38fc85dcbd9e3a214823cd222b60b5 945 0.49/1.00 vMB 29
318,783 318,783 00000000000000000d5dc479433279ba8567d08f6d50c22c727560409eab2903 295 0.17/1.00 vMB 20
318,782 318,782 0000000000000000134a44041ba9f2cba303b29a1f44b7857bf71584ab836847 596 0.48/1.00 vMB 22
318,781 318,781 00000000000000001a8c82d0b7dab6059e23a84be5be7a7b5209e99474b24573 223 0.09/1.00 vMB 31
318,780 318,780 0000000000000000272e3ed46a0d06e5ff7bffaca503a416883192aa6f882ffd 697 0.69/1.00 vMB 20
318,779 318,779 0000000000000000211072a0fa218db5b7cca3e416e7e714f8abfe29fd34ac54 2,094 0.90/1.00 vMB 34
318,778 318,778 000000000000000001a6a19e0cbd1ada4c3c58795869e8107405a6ed1bb285e7 889 0.74/1.00 vMB 20
318,777 318,777 00000000000000001176686a6e30fe8cbeb8b4c7ab4305fce33743b9b8a5ed17 1,024 0.34/1.00 vMB 46
318,776 318,776 00000000000000000fd493c30c13906bdc0bba0cac4e676b04cfaae6849604d7 291 0.17/1.00 vMB 27
318,775 318,775 000000000000000004e4ac811673922769116bd3b88916a4d1e9f28e728792e9 484 0.29/1.00 vMB 37
318,774 318,774 0000000000000000248fbee9f2a99398e4bc7adff2d72738386ed5195ea650e0 177 0.09/1.00 vMB 21
318,773 318,773 00000000000000001eab1e8ed34e31c9aa18c0f93636730ea6980f43fa3e33b3 296 0.16/1.00 vMB 25
318,772 318,772 00000000000000001cbb53f404759efbcecd694ec01e9b86d59c8ed91e92c6f0 1,114 0.62/1.00 vMB 29
318,771 318,771 00000000000000000e9e5b156e670abe64a047e51ff2e3552d29b91f500219fa 474 0.31/1.00 vMB 22
318,770 318,770 000000000000000013f8e361d696fd90f2812d1f4f0ec796a283f8e1fa1e27a0 1,286 0.75/1.00 vMB 27
318,769 318,769 0000000000000000085ba37269c32a5bfdc4a2cdba9b049625eb8cdcf3b49c08 1,096 0.55/1.00 vMB 30
318,768 318,768 000000000000000025ec4c9a9eeb1b80d235751fa9077151d7b9d8b62b7af802 365 0.21/1.00 vMB 18
318,767 318,767 00000000000000000161e0094c95ff24b161432ec737a9b0c09528e2daff0c6a 1,070 0.72/1.00 vMB 25
318,766 318,766 000000000000000013ee68f77b9467b518745d6d42a53f7793d693ade4bc781f 1,043 0.35/1.00 vMB 43
318,765 318,765 0000000000000000003cb581a84d5dbb8c78a88e48714e17304875beacab4019 894 0.49/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.20 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: 653.95 GB
    • Received: 14.06 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.