Loading Tool

Explorer IconExplorer

Memory Pool

81,017 transactions
30.05 vMB
0.09457836 BTC
Random Selection Loading Transactions
Max Size: 179.24/200 MB

Candidate Block

Mining Attempt b1f6de328e7ee1dcc4f3b85296fd647ba87dc97dc029c5f112115e493d89dc92
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 9e1432b08a622f8d79a973ad7bbe18fa097a9c0c2b84c566d0fc909c53d22bcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,729
Size: 1.00 vMB
Total Fees: 0.03133828 BTC
Feerates: 100.37 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (499,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,944 415,944 0000000000000000051dc8f7cb82a24fc05daed91946518327a3d019ae87c6ef 1,818 1.00/1.00 vMB 45
415,943 415,943 000000000000000003e133e78dc3ae5771f842f22087e1b7703cf632fd6791e0 1,112 1.00/1.00 vMB 37
415,942 415,942 000000000000000003a675c1222a3176c7fe26b24798d911d66174605acb8fd9 2,106 1.00/1.00 vMB 54
415,941 415,941 000000000000000001520272f5a766e4f4c9c07ff993fcd322e9be00c2a8cd3b 1,292 1.00/1.00 vMB 40
415,940 415,940 000000000000000002518d13fd5afafba21e8d0a5d99412fcf6e4e250713ad17 2,623 1.00/1.00 vMB 70
415,939 415,939 0000000000000000018f8bf5099c320ac94f1ca4b3f22032183eb93bec47991f 1,964 1.00/1.00 vMB 46
415,938 415,938 0000000000000000034e4ba4b8f4c0856457605fa24b058aac610c9d998a5887 425 0.34/1.00 vMB 28
415,937 415,937 000000000000000005179b523f18ce0fe5e14beae3758c786bb6ede29e29f591 2,278 1.00/1.00 vMB 54
415,936 415,936 0000000000000000049103b497a4b24866d1aa9cbe4558de2d2893145c5bbc6c 1,195 0.99/1.00 vMB 26
415,935 415,935 0000000000000000008d1a969157721115f8f774c129032c6bb8891a0d3a253a 2,459 1.00/1.00 vMB 60
415,934 415,934 0000000000000000009a62812e32efe674a5ac3a3a88772116428b83b36fe86b 1,843 1.00/1.00 vMB 51
415,933 415,933 00000000000000000253de95825d8a7b2bb2f34d43c0df2a37deb00b70fdef41 1,927 1.00/1.00 vMB 47
415,932 415,932 0000000000000000039ca0c029e93d4597395b4f6869d6e42e66d386b12b3334 759 0.92/1.00 vMB 19
415,931 415,931 000000000000000002142c7e6a74a64fcf3d5bf9ef94a36c405ad27df5705db2 1,357 1.00/1.00 vMB 31
415,930 415,930 00000000000000000048d82db3a84985becf7584afd9f3368982e1d7a0222765 2,218 1.00/1.00 vMB 53
415,929 415,929 00000000000000000484c9228a4d26b3eebf31343ef29ae80c7f316a21fe9b6f 2,290 1.00/1.00 vMB 50
415,928 415,928 000000000000000002ed0ba50a327dd2c78e4eacbed38e51c23b394f01e3b7ab 2,809 1.00/1.00 vMB 68
415,927 415,927 0000000000000000055d6a8c9ff9399d795c33feefead4339222e21a3c2d447c 230 0.97/1.00 vMB 11
415,926 415,926 000000000000000004002d1aaa973718f50ad38196a9cdc303f260960fc2851b 881 0.45/1.00 vMB 44
415,925 415,925 000000000000000004767aff3b08391d1c2f8408b03fb1aa944a28381dc233fe 282 1.00/1.00 vMB 12
415,924 415,924 000000000000000002fa4ca56a74b533d758c6ef654caeea0856ac2a614609e6 661 0.36/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.50 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: 668.42 GB
    • Received: 15.51 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.