Loading Tool

Explorer IconExplorer

Memory Pool

79,395 transactions
21.91 vMB
0.08598766 BTC
Random Selection Loading Transactions
Max Size: 145.94/200 MB

Candidate Block

Mining Attempt 3978f41fabd3a43137adea6845d2325c9d0fb02f0c134e72a025e834f5efc865
Version 20000000
Previous Block 00000000000000000001a259ecef69593a35a1f73f6fba9312ba54d69f7a7e0e
Merkle Root a107c4ad9c2b790d339ab2cb4e27d72381cbb8ba7856a3b075c58fe041781bb9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,550
Size: 1.00 vMB
Total Fees: 0.02860903 BTC
Feerates: 51.96 > 2.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,009 (848,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
67,444 67,444 0000000000d6e399100c3bb28abc26eae33815279c040986b420e16ccad9b375 1 0.00/1.00 vMB 0
67,443 67,443 00000000014e2d73b1fc1aa3076ed270bb5b56e5f3d7e7a040afae731e821fb3 1 0.00/1.00 vMB 0
67,442 67,442 000000000368151dc9f50b2b0be93d886f6d76b32cacbc6c9198d7aaaf668a1f 1 0.00/1.00 vMB 0
67,441 67,441 000000000157ca2f6499abbae2b1944bd9ce05af1c4acaa45b116c81537685d9 3 0.00/1.00 vMB 0
67,440 67,440 00000000047ac892c1c9928e99d30afdb8acfdea4301a017b44ad520902b8157 2 0.00/1.00 vMB 0
67,439 67,439 000000000412c28d092b60251fdb922e2a80b56d15cabe9cf2b0b03fafe0a5c1 2 0.00/1.00 vMB 0
67,438 67,438 00000000020ffd9a00e75df921fc6c74c725dc5dc75f60455d5ff703d1a00ac4 3 0.00/1.00 vMB 0
67,437 67,437 0000000000e88c64e2a6c17e278632b3d2678f06eaed8075c392690d3d961e03 2 0.00/1.00 vMB 0
67,436 67,436 000000000255422f90da079b063bbaffc162eb48d7bfe80d75c29be92c5e79ed 1 0.00/1.00 vMB 0
67,435 67,435 0000000001b823276195b53843d767c2ed1af5db50cf3aaafa10ee4878b9adab 2 0.00/1.00 vMB 0
67,434 67,434 00000000029fa4aa3756146dccbeacfa6a20ddf9568a0cb5e10396b13bc6945a 3 0.00/1.00 vMB 0
67,433 67,433 0000000004bdb18acb086b49943b6dfae1426ae7084b838def1e204ef80e4980 1 0.00/1.00 vMB 0
67,432 67,432 0000000002ad93f714e5e1d25f548a50c74f1016938bee21a7340e86318bbdce 4 0.00/1.00 vMB 0
67,431 67,431 000000000045d84528ece3c6196e9c974497c4e79b906a3e17d54c4e14119734 1 0.00/1.00 vMB 0
67,430 67,430 0000000001157467c0953cb1b74f5defc8f41302e16d12a19a9db362a69aeecc 3 0.00/1.00 vMB 0
67,429 67,429 0000000003e23e6810744c8b029d65cc762521db5d2513cbe106efc2c006ba07 5 0.00/1.00 vMB 0
67,428 67,428 0000000000e0c6794521c368aa52e958d34813acd155470850870df94931b8b5 1 0.00/1.00 vMB 0
67,427 67,427 00000000040fb1ce8056f537169f5e7ac03c15540fed8dd202934ad4cb118e21 1 0.00/1.00 vMB 0
67,426 67,426 00000000043d274f1805a4dfb707a6bd359a9e16c5edafeca5a7a71735e91678 1 0.00/1.00 vMB 0
67,425 67,425 0000000000fc0be0c5a0df7d54874d58bc926665128e46d2f790d70a8c3659e4 3 0.00/1.00 vMB 0
67,424 67,424 0000000005254340604ae0901148ac3e6d19163b046b731f490d068ad65c26ff 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.14 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: 810.31 GB
    • Received: 23.34 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.