Loading Tool

Explorer IconExplorer

Memory Pool

75,654 transactions
28.31 vMB
0.06394881 BTC
Random Selection Loading Transactions
Max Size: 171.46/200 MB

Candidate Block

Mining Attempt e81d125e5421f0936dcfab2fe942d409c8625eba8681bb15000194f84cea673a
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 5a3725ecfb70cbc28bc1c8a98db2a7de987b4f8c6fc2d49a8495b7faec46d892
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,277
Size: 1.00 vMB
Total Fees: 0.00542803 BTC
Feerates: 101.00 > 0.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (264,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,959 650,959 00000000000000000009e711623c1f0c26a4b5486c6eff56d8c670028e2605c4 2,850 1.00/1.00 vMB 124
650,958 650,958 00000000000000000007583bd8b5596d8fa22a9c96428d42fa4cd1abb3b0ce69 2,219 1.00/1.00 vMB 61
650,957 650,957 0000000000000000000a0cb7e19af6872c01af467e3a41c6ab5414eeb9b9d4e3 2,488 1.00/1.00 vMB 76
650,956 650,956 00000000000000000004f23ae167107f08f6092c02a0e203aa15d10a655ede87 2,050 1.00/1.00 vMB 112
650,955 650,955 0000000000000000000778bb858e7d3639a24fda39b276fa8481a4d9b2e3db10 2,890 1.00/1.00 vMB 98
650,954 650,954 000000000000000000081821e405f847031cfa47de084323e1ba567efa15c391 3,186 1.00/1.00 vMB 99
650,953 650,953 00000000000000000004c0ef5295d3966078674ccff41869e28bb727a91bb393 3,103 1.00/1.00 vMB 117
650,952 650,952 000000000000000000000555b12d8fdd7b6f1178d3d59e89889f7662aa95790d 3,085 1.00/1.00 vMB 111
650,951 650,951 0000000000000000000adee0e49ccea73f18a8a33290c6f841ddd7a51bdbdd44 2,842 1.00/1.00 vMB 111
650,950 650,950 00000000000000000000dd2ea744b1415ae25a6c5e1e502e1d03e041b89fcc72 2,785 1.00/1.00 vMB 122
650,949 650,949 0000000000000000000d624edc39d205e8e5275f69e2815bd836d2e88059d8ae 3,057 1.00/1.00 vMB 85
650,948 650,948 000000000000000000029f4f92f0435390d64e563e675e46f8accfe1c6f3352d 3,081 1.00/1.00 vMB 104
650,947 650,947 000000000000000000064db1c9de9413bfc5680500febdcd3ecee0323cc19926 1,805 1.00/1.00 vMB 100
650,946 650,946 000000000000000000024fe919ee08c552ae453bdfeadd31605c87cb557cb793 2,903 1.00/1.00 vMB 105
650,945 650,945 000000000000000000087ccea6b19c2f141853fa0dcb505a4e077d5f6c5476b4 2,614 1.00/1.00 vMB 104
650,944 650,944 00000000000000000005b057229de8e90a4ca22acc057cd65d4ea4f2d2c5ce30 2,560 1.00/1.00 vMB 115
650,943 650,943 0000000000000000000a0d7ab01cd5cb478ef09b7c675b94b3b622a37b6fe7a7 2,780 1.00/1.00 vMB 110
650,942 650,942 0000000000000000000ca0993db79d9a5189c22c55cedf62aa0b15f0270310ba 3,431 1.00/1.00 vMB 140
650,941 650,941 00000000000000000003cd1e78b0a57778d023aef58e445a68ebd365aae702b4 2,307 1.00/1.00 vMB 73
650,940 650,940 00000000000000000005afe9c928c6460a45e52d566b689b5f284323088f4433 2,946 1.00/1.00 vMB 108
650,939 650,939 000000000000000000058381b23aeb51536ee94a3b38f43cc32480162f59ef7f 2,444 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.