Loading Tool

Explorer IconExplorer

Memory Pool

40,247 transactions
25.86 vMB
0.05517305 BTC
Random Selection Loading Transactions
Max Size: 134.66/200 MB

Candidate Block

Mining Attempt ab8f6ebdfd075e4492e818674076071d928489bbba5dc13c348b7e2d870d12ab
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 9d47b377504249ecc2275508681a7b40fbc8eb5be40e22c340f932efbdbace7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,648
Size: 1.00 vMB
Total Fees: 0.00822676 BTC
Feerates: 100.00 > 0.82 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (176,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,896 737,896 00000000000000000008913c0f1c8a62404796462965260a837f6a8aacee9423 2,035 1.00/1.00 vMB 11
737,895 737,895 000000000000000000075e193ee20f17d10f06ce851e991ea1ebd3e134d2ad98 2,635 1.00/1.00 vMB 14
737,894 737,894 000000000000000000047039aa1b854c4a18e886e9e190c14e495265c243b154 2,801 1.00/1.00 vMB 10
737,893 737,893 00000000000000000007efd30e8500c0b267e843c8597624f092bfe0fd438f57 2,394 1.00/1.00 vMB 15
737,892 737,892 000000000000000000095b933f2539d0c8d3999c08b173a5816574354e303b71 3,323 1.00/1.00 vMB 23
737,891 737,891 0000000000000000000761355ed045c3b7c4aae7b51badddefc6632f13b2105f 780 1.00/1.00 vMB 1
737,890 737,890 0000000000000000000043de07361a26a4b7152afb81ed2ebd69515d1e6f2ffa 2,589 1.00/1.00 vMB 10
737,889 737,889 0000000000000000000083b6d02dc0e863e5515ef1c3a3bb42005905c575c8dd 1,911 1.00/1.00 vMB 7
737,888 737,888 00000000000000000009565b03cdc4f2eaadc21d11c2e863742c1881c9ff90e2 1,287 1.00/1.00 vMB 17
737,887 737,887 0000000000000000000939cb0c50f86277f089fd6e8bcab8098ef5cb79af67a3 2,774 1.00/1.00 vMB 21
737,886 737,886 000000000000000000046fa4c69ab5430d72272cf8177dbd529c46cea8006492 2,167 1.00/1.00 vMB 7
737,885 737,885 0000000000000000000066be1e4ef8f79443ffcf5a8d366e97476739efd1cbe1 2,550 1.00/1.00 vMB 15
737,884 737,884 000000000000000000017e8d12b90b89644781606fe53a5b8e0d00fb2af73e54 2,937 1.00/1.00 vMB 19
737,883 737,883 0000000000000000000134510bd0bbe6ec4e8af813b2d8f67f65f2019d5406d6 2,542 1.00/1.00 vMB 14
737,882 737,882 00000000000000000007f12a7b2ff2dd2fc84817b0151e4c85019869aac0d442 3,298 1.00/1.00 vMB 18
737,881 737,881 000000000000000000029f6bd6ab13148bc477094732598167d9528e3bcb2174 2,585 1.00/1.00 vMB 18
737,880 737,880 000000000000000000011442f4b0aa2aec0099d0ed183ae16e54ff8438141512 3,129 1.00/1.00 vMB 33
737,879 737,879 0000000000000000000934185295fb490f09610d3813e2e8d8d9380ae42f2222 2,980 1.00/1.00 vMB 25
737,878 737,878 00000000000000000003b163edaa14ba4af6d5fa61aa608a090b0f89b80a1053 1,187 0.37/1.00 vMB 14
737,877 737,877 000000000000000000079c1cde5447e838ca4582f4ac27e2f2fdc8ac47efb532 1,060 0.42/1.00 vMB 8
737,876 737,876 0000000000000000000911d9d35058d42c50db99fd1ddd8c88b6b9bdc8299f19 2,652 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.20 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: 653.95 GB
    • Received: 14.06 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.