Loading Tool

Explorer IconExplorer

Memory Pool

86,713 transactions
26.82 vMB
0.17469332 BTC
Random Selection Loading Transactions
Max Size: 168.55/200 MB

Candidate Block

Mining Attempt 186d1eace7b6f7f4bf35dd587a93fef79247123ddfb06cc44bd8fec403338526
Version 20000000
Previous Block 000000000000000000009c45c809cf8ca230f740617a448d800f8489917ad16e
Merkle Root 0f41720a1e20b6685b38c3608dc8841d2d3e152d8313642564e1eb97d9a763a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,252
Size: 1.00 vMB
Total Fees: 0.04928223 BTC
Feerates: 318.30 > 4.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,653 (906,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,795 8,795 0000000056270ab7155404ee7f57f6252d20c1a1a479888dcad96a962528151b 1 0.00/1.00 vMB 0
8,794 8,794 00000000bf5e73ae585023f0b2a7a376f086af52744fe3b0fab79028757e6e4d 1 0.00/1.00 vMB 0
8,793 8,793 00000000b51d2b9f5faa149787d633d4c257c2c4af5903e07fcd7734683ebf34 1 0.00/1.00 vMB 0
8,792 8,792 0000000065c6b8e8013a87f447703a98e5857a264fd6b4c3216d12e74c69cd07 1 0.00/1.00 vMB 0
8,791 8,791 00000000fce66f517da7e77003f45e5844e4cb00ded20e165b168a8c8aa59fa1 1 0.00/1.00 vMB 0
8,790 8,790 000000005f2f4063102005cb8a9f940a12f771e6947e3157c77f77ec00de9507 1 0.00/1.00 vMB 0
8,789 8,789 000000004911facd3a8135d9ab337f67f65f4f92f73f3f295c924c0971116225 1 0.00/1.00 vMB 0
8,788 8,788 000000003ef8641b45ab8c40166fff978a628ccdbd1cc4582859734ac968c87f 1 0.00/1.00 vMB 0
8,787 8,787 0000000027f580ad00870def8ed31820e28c2e54f1424ac6d2e4af81728d019d 1 0.00/1.00 vMB 0
8,786 8,786 00000000b7ece1645d4b5dc3a620f6bbb71f7e80ddbde2474583250edcc0c96f 1 0.00/1.00 vMB 0
8,785 8,785 000000009c3e9474e5ed235cece4c28820c9055d8e92a1d81f3f9c1bc2b9caef 1 0.00/1.00 vMB 0
8,784 8,784 00000000e0e6680b08e83733c47ec49280d36bc4a0362439b9280006c8069c4b 1 0.00/1.00 vMB 0
8,783 8,783 000000002173b0e503a7566754711596b57d5319a9069c8fb4c55089acac0502 1 0.00/1.00 vMB 0
8,782 8,782 00000000dcf1089633847a7371f5b84f20ddee3587884f0f0a96319d965d997e 1 0.00/1.00 vMB 0
8,781 8,781 0000000065af049a9fa93cea542046013d314e698055304d998bf89318f05c10 1 0.00/1.00 vMB 0
8,780 8,780 0000000040fe84dbc9264b107e16edea8538b4ce2066932823d3388d30983ca0 1 0.00/1.00 vMB 0
8,779 8,779 000000007e982c1dfb6d928c0c185bba82f9bef5eed09f193454bec8a0bfb6ab 1 0.00/1.00 vMB 0
8,778 8,778 000000003e68eadecbbd5bd683cbf336ae96bbb650085595aaff3f2be0724ba1 1 0.00/1.00 vMB 0
8,777 8,777 0000000096d8c76027a64ef1b9dbf12737ffad0a05fcd7cf33f68bb74e11b78d 1 0.00/1.00 vMB 0
8,776 8,776 000000000e671cb83d9978cd9487e52a6c64c20054eaa1fcbc9c9a510222f9f1 1 0.00/1.00 vMB 0
8,775 8,775 000000002c304a01535a30cf525dec0c3bbfa362f6ed4b097913bc0ff15b55d4 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.52 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: 773.33 GB
    • Received: 20.52 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.