Loading Tool

Explorer IconExplorer

Memory Pool

22,221 transactions
10.34 vMB
0.03924306 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.82/200 MB

Candidate Block

Mining Attempt 3e529b9a5f503280b4256fcd1e1f79c24e134fbb35aa15acdd45c0ae635ec496
Version 20000000
Previous Block 00000000000000000002017b3f431ec8e9d130f94b4940b3623533d08b0dea8d
Merkle Root 45452d7d06c01398db195534c302148dbb8fa3076c7f8e2a4d43bb458acd2284
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,855
Size: 1.00 vMB
Total Fees: 0.02234880 BTC
Median Feerate: 1.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,573 (782,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
131,198 131,198 0000000000000030621ce3f47dfbddc6800e983a71ede8f7961e371345b6b5b8 97 0.04/1.00 vMB 522
131,197 131,197 0000000000001222a1cd47b5802786902ac5834cf2a1b98504af5fd44257e008 30 0.01/1.00 vMB 966
131,196 131,196 00000000000005935ab7efdd3ce2aa472a6b36ab21d271f26f312d77e83abd03 17 0.01/1.00 vMB 411
131,195 131,195 00000000000002dc5d0de787b3d6b853b3365c5b0bcb3c7d5643acfcae6aa8e4 55 0.04/1.00 vMB 1,224
131,194 131,194 00000000000006f78fdde65a4f8654f8974c5a19331ca0a278864832d5451798 52 0.03/1.00 vMB 786
131,193 131,193 0000000000000b2e7f8a51cf6ac89fc1901c46b2838503f08191d025546a0090 113 0.06/1.00 vMB 435
131,192 131,192 0000000000000b1425e9976c4ba7a5cba1e8050b90d588933efc0a2f15dd9feb 87 0.04/1.00 vMB 998
131,191 131,191 00000000000012326657f670c08def145ce42e86d068a2cb6ee6030fb9f990c5 17 0.01/1.00 vMB 885
131,190 131,190 00000000000007b57996da5a117578162bd44a1ca6b30ed4e78463e875451d8e 62 0.03/1.00 vMB 1,211
131,189 131,189 000000000000087e1a411adad3546241dbe480d071797c817bc608a58105bb21 80 0.05/1.00 vMB 526
131,188 131,188 0000000000000a3843cd529d2a22fdfa505bb4a3594914c1abfdbb8d063da966 31 0.01/1.00 vMB 2,243
131,187 131,187 000000000000109a6c9f9527b1548464bb54e09cb66ec3b5ec979d67ad232e46 42 0.02/1.00 vMB 244
131,186 131,186 000000000000035611246a46136c0fb83057f1057e5114750d60950acf1dda86 78 0.04/1.00 vMB 1,037
131,185 131,185 0000000000000f28c17ca018e0b0e64c0d0428dfbf75621bdc58100f854a2043 142 0.05/1.00 vMB 452
131,184 131,184 0000000000000efb3f42ded2c88583cec0ac308be13ba7cbcc444d776e4b7413 1 0.00/1.00 vMB 0
131,183 131,183 000000000000129d946a1dd3549a6f68fa7b0706e33d025109e2f98d9d372d0e 14 0.00/1.00 vMB 45
131,182 131,182 000000000000013d2a96159c99788a72c548b6b39ee7aaa11853c682a5956892 15 0.00/1.00 vMB 858
131,181 131,181 00000000000009227662cb41d0adad2ae60a8dd7f3f9ed25d9e5c84024cf02ae 29 0.02/1.00 vMB 291
131,180 131,180 0000000000000eff7fc09c52421271490a7ec372d9b0a83e51745a45bab2c501 22 0.02/1.00 vMB 480
131,179 131,179 00000000000012638c79e5cc799637f1848faa9d8c5c956e7922da5010c07563 171 0.05/1.00 vMB 102
131,178 131,178 0000000000000bc5b66f55ede588efcc034d3ac99f1d5c405a2091c855a9eb7d 177 0.05/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 779.86 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: 440.06 GB
    • Received: 2.41 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.