Loading Tool

Explorer IconExplorer

Memory Pool

79,048 transactions
29.95 vMB
0.08090535 BTC
Random Selection Loading Transactions
Max Size: 182.77/200 MB

Candidate Block

Mining Attempt 25a0c8490803c2b441a7bcdf1a7bf9f27d0fe3c7e4f34be7ebbbc866605ff680
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 00d9ccf172ef8b97e08b51ffb3b015244e8c7f0953e5ad8e2988bdf02a0b1b7e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,180
Size: 1.00 vMB
Total Fees: 0.01414411 BTC
Feerates: 300.83 > 1.42 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (378,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536,936 536,936 0000000000000000000e4e7d513c0c883a44ca26913c9c312773635b27be8512 2,298 0.89/1.00 vMB 5
536,935 536,935 00000000000000000015d8c72b86004feffa7a46aac455fe860a03f0d12f1e44 2,709 1.00/1.00 vMB 19
536,934 536,934 0000000000000000002889a4e3548df4ea9ac9a6da56220ff640f1851889e658 2,719 1.00/1.00 vMB 28
536,933 536,933 00000000000000000008152c3e8cb4967abf0dd2a44078a1afff14d81311e60c 2,865 1.00/1.00 vMB 17
536,932 536,932 00000000000000000010a10264729b132e0f271bcad55908f3fbc7f73210c75b 710 0.30/1.00 vMB 31
536,931 536,931 0000000000000000001bfed944974a90ffcb4119d3a3437b97e11dad26407707 205 0.07/1.00 vMB 19
536,930 536,930 0000000000000000000265b35680e9c073b88c8267265a3f51b0d7b5d8bebc6b 1,926 0.75/1.00 vMB 16
536,929 536,929 00000000000000000019576af9e9902efbc21443c259db83bc39b0ea4c41291c 1,572 0.90/1.00 vMB 13
536,928 536,928 0000000000000000001053c8c6d41e1dfb0f3c0e4bfe554af43bd2a8346d1afd 462 0.17/1.00 vMB 5
536,927 536,927 00000000000000000004aa08d93bf8af679ea66cbb81aa0284b3261c85c2741e 693 0.40/1.00 vMB 28
536,926 536,926 0000000000000000001d2c5b2f22cda3c26882ae536fc84f4096699f119faa3c 117 0.07/1.00 vMB 19
536,925 536,925 0000000000000000000750d646a8c5f27ea97eafb54d26daecc89c9203387e7b 2,652 0.96/1.00 vMB 3
536,924 536,924 00000000000000000028337743f0284fcf2581d65f01966989a17caa840d29c9 2,795 1.00/1.00 vMB 21
536,923 536,923 00000000000000000003052f76f0c2da7e52e2d90f6443c8bc512f55c20d558f 2,714 1.00/1.00 vMB 28
536,922 536,922 0000000000000000002a24a905a55e0924f4feefce09883eae6167f90de6cea6 2,336 1.00/1.00 vMB 30
536,921 536,921 0000000000000000002831784126dcae149dee528ab64a31ec4a7e29bf931c72 583 0.27/1.00 vMB 20
536,920 536,920 0000000000000000000e68faaacad60afb5068aa6ce4ffa16abe7886ac5e6107 1,335 0.46/1.00 vMB 18
536,919 536,919 000000000000000000269cb5423ef707985c68435201238748e8dc3023cf8491 1,256 1.00/1.00 vMB 2
536,918 536,918 0000000000000000000bb753849dca7caebb18c4f69ef908a44c5589aded24a2 1,827 1.00/1.00 vMB 9
536,917 536,917 0000000000000000001bf1d5c0765c576967e70503c02e7500418a9a3d82cde8 2,711 1.00/1.00 vMB 17
536,916 536,916 0000000000000000002bc694bf3f278d69b46c1c6f44bad22595cd9a4a0da4ca 2,887 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.