Loading Tool

Explorer IconExplorer

Memory Pool

19,403 transactions
8.81 vMB
0.03512751 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.62/200 MB

Candidate Block

Mining Attempt 99e92e5f9ba3bed103689afcb6d7949071a7dc320503141a4459654a41d4c260
Version 20000000
Previous Block 00000000000000000000e1bad605e747195f13f88f773febee258624040a6e26
Merkle Root 990d92bb2f546c1bc4c8a6d1694f56270b0f95e373a4f525628f8de3fad87154
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,613
Size: 1.00 vMB
Total Fees: 0.01586522 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,392 (657,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,789 255,789 00000000000000031100e9be8266ebb385eeb44794b98221d0dfd35e726378d7 203 0.10 vMB 96
255,788 255,788 000000000000002c8b53e93c2279df5ac5cdb5b65115e7a0658e2802b01a5035 512 0.23 vMB 116
255,787 255,787 000000000000002f8c7ca5e8bbbc03034d31812bd6889f0ad764ca0553f4d2a5 123 0.06 vMB 114
255,786 255,786 00000000000000226b0bdb95266de746472319a800fa0b795ec721d30f0e4a21 347 0.16 vMB 139
255,785 255,785 000000000000001c1d3df86a0b162da2d76b9c35deea1e064cff8b5c1deadc67 115 0.04 vMB 121
255,784 255,784 00000000000000342a9247fac69a92dbfc2f97e11cc3f1cc766d39feae4c7441 599 0.24 vMB 112
255,783 255,783 0000000000000008063972b3e4b984d746bfbc59ac84050171347ce6e1fd93c8 224 0.11 vMB 83
255,782 255,782 000000000000002b7f3d8ad7c2d588c15c0d71f91d4de92065c942fe823cb852 47 0.02 vMB 169
255,781 255,781 0000000000000001df350d0e534942517a6ed1431f542e13b7a84312a38a582c 170 0.08 vMB 94
255,780 255,780 000000000000001614c677449b615d5bfe1495f7edab3219cb96843f5f494d40 441 0.20 vMB 119
255,779 255,779 000000000000002891105ebb197b50647eaa47043919a3118232ab0e2cb4c1ca 372 0.18 vMB 124
255,778 255,778 00000000000000171163ceaaeb272d7e52c1f2bfb40d92438c5bdafd31c1ce0a 187 0.22 vMB 83
255,777 255,777 00000000000000010089685488ba667760a3fe67909722babdc39565cefe0f52 380 0.16 vMB 112
255,776 255,776 000000000000000abd778fc9830d8d44c202a7448d9659fcbbdc864902e2d5e5 131 0.07 vMB 73
255,775 255,775 000000000000004135de05e2959d64cae12eb9aa548975b529f7855441946494 140 0.05 vMB 117
255,774 255,774 000000000000000720f62389cf8224c34a7c0e660c25981398778d158d63ae08 404 0.20 vMB 106
255,773 255,773 000000000000001e993f08dfaf1c81c87145b6fe81b5d8562095ec9e80dc5d57 532 0.25 vMB 107
255,772 255,772 0000000000000003054bdf8be83df52a3edf86ea7d819f865d715e61a2f9671b 531 0.25 vMB 80
255,771 255,771 000000000000000f2315050f385c3df374bc1bea3ad2d1a6078a724fe6da71a8 710 0.25 vMB 184
255,770 255,770 0000000000000005642d09d89ae3720c113a809bc75efd9397c37216c8f2ce8e 866 0.39 vMB 92
255,769 255,769 00000000000000066907ff33eaeb756c13052bf96f7423abbb84d5170a431a24 605 0.25 vMB 141
Previous 10 blocks ↓
Total Size: 779.55 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: 251.78 GB
    • Received: 0.96 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.