Loading Tool

Explorer IconExplorer

Memory Pool

45,857 transactions
21.33 vMB
0.09231336 BTC
Random Selection Loading Transactions
Max Size: 120.34/200 MB

Candidate Block

Mining Attempt 7c2170856a8bae6488a09e66f889b397a97d0f221dfe2f9b2f2b680fa9b30eb1
Version 20000000
Previous Block 0000000000000000000111c5462029cd7cf4d94fe7e850b453480c9b7daa08cf
Merkle Root e5fd46f1d45df04247beee06cc5408c002a00fc9acae6f6af6e78b3221336b4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,799
Size: 1.00 vMB
Total Fees: 0.04301670 BTC
Feerates: 265.25 > 4.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,067 (796,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,872 117,872 000000000000cb133b3155763c688385d93d38c297428786f0ca8fd0c189d885 13 0.00/1.00 vMB 792
117,871 117,871 0000000000002540df7af9074d6825ec445f743edec94791649d84b93dd442e9 13 0.00/1.00 vMB 0
117,870 117,870 0000000000000e2eea528c1912eb01f13c8c3d6418d896259ba2509a870492e4 11 0.00/1.00 vMB 334
117,869 117,869 0000000000006e85a40fc0fddaf93c86e5fb57960e238bcca8f566ed3a474144 10 0.00/1.00 vMB 0
117,868 117,868 0000000000008bbb1f27abbfc40b1243d51c8ffd3ee32382c65b0a93939f7fb8 13 0.00/1.00 vMB 847
117,867 117,867 000000000000445689e32db85e3c8261bfd0258b36e49d49404066f41eb2c107 7 0.00/1.00 vMB 319
117,866 117,866 0000000000007d5f3b702fbb0e91b91e7da27ca4c9c5d07fb77193cc340802b4 12 0.01/1.00 vMB 783
117,865 117,865 000000000000a96320a03b8eb17386be3dd74724bbac6f51c5e358ac5a5f4f91 19 0.01/1.00 vMB 787
117,864 117,864 0000000000001310a59ca84742e04df754b6170bdf886b05391cef0acd7713c3 8 0.00/1.00 vMB 0
117,863 117,863 0000000000002c63bfb79920d6ef87074431752daa0d90c46160fe46011d58c5 11 0.00/1.00 vMB 342
117,862 117,862 0000000000007512af60d3b16e481c540163370cdf35f88dba948322e36e2926 11 0.00/1.00 vMB 1,563
117,861 117,861 00000000000071cc2514f3c09145385ac22ca92681ee6fc59ce50cec783ed04a 9 0.00/1.00 vMB 690
117,860 117,860 000000000000618a47f55b782d1dc205a4ebcbfdcf6963867c51145f4e9d379c 11 0.00/1.00 vMB 0
117,859 117,859 000000000000b740d07460a38aef7a46ba7839a9f34bc211771267b0c76c3db5 7 0.00/1.00 vMB 0
117,858 117,858 000000000000ac9773267f3e1ad456cebd22ab245fc56447efa29fb5e2d4ed71 16 0.00/1.00 vMB 678
117,857 117,857 0000000000007ae95e8be04da2ee51501d6dd9318bfc846f3158d8cb44c94388 4 0.01/1.00 vMB 549
117,856 117,856 0000000000005f3d399311188a9bfc53c23b73898ca9f74352011f3fc892b584 15 0.01/1.00 vMB 777
117,855 117,855 00000000000085d9d3e022363923803ce8a6a4c56a394e5d7f70f118e14504c6 11 0.00/1.00 vMB 0
117,854 117,854 0000000000000b605810c8688f37ccd391da419c4d84e8b4ee0f237cf08b13e1 10 0.00/1.00 vMB 328
117,853 117,853 0000000000007de15d396c2d8ddc5243f38f4a0c77b087b0488fe46f5cc1737a 27 0.01/1.00 vMB 637
117,852 117,852 00000000000000aab70cd2c2ef5f57c631d48c46a9e67a36930a33f76e99254c 3 0.00/1.00 vMB 2,285
Previous 10 blocks ↓
Total Size: 780.71 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: 554.99 GB
    • Received: 6.85 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.