Loading Tool

Explorer IconExplorer

Memory Pool

32,784 transactions
25.16 vMB
0.04850667 BTC
Random Selection Loading Transactions
Max Size: 127.63/200 MB

Candidate Block

Mining Attempt e3a02ab65efa7b76d6aabdf2bc7749a1914a2260abf9e057f272423eaa884d38
Version 20000000
Previous Block 000000000000000000005c42a07f6b7420af3a173f2400d55a910f1c3b0152be
Merkle Root 6ac45d9bd9dfa5b1bd5e7973b289d4dc70f824fdbc4793ca468d0205d6d25100
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,272
Size: 1.00 vMB
Total Fees: 0.00337357 BTC
Feerates: 60.16 > 0.34 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,929 (357,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,820 557,820 00000000000000000007d02c3fb7c71e5394d874b1b3253949ed1e9ec003cffe 730 0.22/1.00 vMB 73
557,819 557,819 00000000000000000011bfa69a09e524550b1e01ae38bc9b68384f3783d54d9b 1,178 0.39/1.00 vMB 7
557,818 557,818 0000000000000000002d04910ac5776e2dbf30b09240f6b45e140c03eed9785e 2,645 1.00/1.00 vMB 22
557,817 557,817 00000000000000000021d18069b7bc09db15b44e167846de485293bc5099d166 916 0.25/1.00 vMB 15
557,816 557,816 00000000000000000012c092adbf3517e42561bdeb3dcee17eceb96971fe853b 599 0.17/1.00 vMB 18
557,815 557,815 00000000000000000002caaf2389df9bf6142bbef310b3edcbef8dfad5961da8 1,898 0.68/1.00 vMB 20
557,814 557,814 0000000000000000002247ae07866b98e965866409afa00f481fc0520eb2f7b0 967 0.30/1.00 vMB 16
557,813 557,813 000000000000000000272be505eb500c0d11d73b39673bd7f6f811372046979b 1,092 0.33/1.00 vMB 2
557,812 557,812 0000000000000000000b73163d8522d8dc6d69aed0f637914db3f8e36e1ca23d 3,065 1.00/1.00 vMB 24
557,811 557,811 00000000000000000022a5475a74b710b217a1a7b12c74a7f8296ca388df2e72 2,712 0.88/1.00 vMB 18
557,810 557,810 00000000000000000012a7a8452a825501d990f9fb67298d85062f00b96fbd17 380 0.11/1.00 vMB 18
557,809 557,809 0000000000000000001baec2ee73e2a23378fba52a660e429be6a118e8d6e67c 1,104 0.32/1.00 vMB 2
557,808 557,808 0000000000000000000739d4a53b0fa2af18cbf45e086e7bb7f31f6dcbe6d1da 2,620 1.00/1.00 vMB 29
557,807 557,807 000000000000000000205254abcf5fb3b18bee5aeef7b499dd0ff379d630a7df 1,559 0.49/1.00 vMB 9
557,806 557,806 0000000000000000002137e56fb8b8670eb81546a61f3ca24c8e948434eb1e63 3,074 1.00/1.00 vMB 13
557,805 557,805 000000000000000000222d7341b1d83f99767db79273b35092a01d92742bd0c1 3,023 1.00/1.00 vMB 43
557,804 557,804 0000000000000000002f4d20774d37e3b9eaa40de7f35a2139058afdd3372be5 643 0.22/1.00 vMB 21
557,803 557,803 0000000000000000000e9ac787d87b5e119bdc73fb0e741418aa4a2eeaa3041a 1,387 0.50/1.00 vMB 18
557,802 557,802 0000000000000000002fefb19f3fc8d88cec0bcab390f238d40c5935a9bc705c 387 0.11/1.00 vMB 17
557,801 557,801 000000000000000000267ce793d496c824bbacb18c4974862e46debafb467c4e 2,570 0.93/1.00 vMB 10
557,800 557,800 0000000000000000000232860e900e0185b90d6b9607cd3f664f1815ec89db84 2,799 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.26 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: 655.88 GB
    • Received: 14.35 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.