Loading Tool

Explorer IconExplorer

Memory Pool

45,851 transactions
21.33 vMB
0.09223525 BTC
Random Selection Loading Transactions
Max Size: 120.33/200 MB

Candidate Block

Mining Attempt 7a941c8b1ec3577f17b3682cf2d4403412dfa726ca721168fc9d60d3bde73949
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,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
117,851 117,851 0000000000009975d2c83d28a3e17c1efdf7e5758c2c07de3bb88ea479ef7b8d 9 0.00/1.00 vMB 336
117,850 117,850 000000000000584aee558fd7e8ef1e1f2ef53cd51a4e1c286cf7af5f045bb267 7 0.00/1.00 vMB 542
117,849 117,849 0000000000003e1e8d7852c4e94d73eed9b4b5c8b73cac77a56f913e4fb12ec6 45 0.01/1.00 vMB 287
117,848 117,848 000000000000525dd01a831c3f7463b51d077a933ed49e8ab5ba0a63dc37ec38 3 0.00/1.00 vMB 0
117,847 117,847 000000000000532660ba9f3ac51f3a9ac5b2ae4dbcb1293984b5115a10ef530a 12 0.00/1.00 vMB 0
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.