Loading Tool

Explorer IconExplorer

Memory Pool

21,809 transactions
10.88 vMB
0.02179025 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.45/200 MB

Candidate Block

Mining Attempt 6cb953a2e723c7692ce0fb8ad2714bbfb48b03d5339bae62d72ac6d00eada074
Version 20000000
Previous Block 00000000000000000001928e9819079ee436b3e602af2a9b168112fd6ce0c842
Merkle Root 9e13fc179c28356b4988ecdcf507507525e3442c6e5ee5f0145829edd83b12ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,134
Size: 0.9979735 1.00 vMB
Total Fees: 0.00427538 BTC
Feerates: 200.70 > 0.43 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,634 (771,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,464 142,464 00000000000001db42b985b1c4f2d2459f350bb39189d316fdb3c3b2ade68e51 9 0.01/1.00 vMB 137
142,463 142,463 00000000000003214ea84dc82d6a4aa586195cb0222a920b123e59a6e85c9c00 24 0.01/1.00 vMB 200
142,462 142,462 000000000000058b4d9be180f8b6f783806a62614e7409e2b87e0849f27b5b2e 26 0.02/1.00 vMB 218
142,461 142,461 000000000000066f38befaee014f6c2193ed3f1ac5825fa041a18d679b627678 16 0.01/1.00 vMB 63
142,460 142,460 00000000000000474b2a64896f35a1010cfb55877146aee60b42f747c13abb10 1 0.00/1.00 vMB 0
142,459 142,459 00000000000002cdfe717a75c4abd68747216c1409d2c22b7162337fc4eab49b 37 0.01/1.00 vMB 142
142,458 142,458 0000000000000290b526d6ba09f3d1899c981f9a5ec9d7d4bd06726255e7a6a4 19 0.01/1.00 vMB 53
142,457 142,457 00000000000004cedd4f158dc604ee070429ea0443dc6849f91b30e2f9f31953 106 0.03/1.00 vMB 21
142,456 142,456 000000000000049d34b027b43390f6fe878343aff0df0c29331af5324e14e81a 88 0.04/1.00 vMB 133
142,455 142,455 00000000000007b243e9e136447200c8920690935905d7fc69a1a464b80777c6 1 0.00/1.00 vMB 0
142,454 142,454 000000000000033b32be5b71ecab71ee4ad6bab6b6ccb772d10d188a323dbfde 1 0.00/1.00 vMB 0
142,453 142,453 000000000000003b229fe9e6cfe23afe70caf2b93e37563940eb6bb58818ddc1 34 0.02/1.00 vMB 186
142,452 142,452 00000000000005e34009038870345f06177c4bf892d0838f333847e7ea7b5dff 123 0.04/1.00 vMB 42
142,451 142,451 0000000000000503ccfbc424c78a93dcc13c27ab19cbadc734aba7b664f68f77 21 0.01/1.00 vMB 320
142,450 142,450 0000000000000036959ee5ce5265d10b115a8aafd55c1fdfaecad658ff123aa7 152 0.06/1.00 vMB 258
142,449 142,449 0000000000000246dd9eb7445f320fcf0bd76956c08c7233393f1644e4cff61b 83 0.04/1.00 vMB 245
142,448 142,448 000000000000065bcab39ed6d5bba9ef2ea32fa63f3cc6b3009e807eff3b9f03 12 0.01/1.00 vMB 65
142,447 142,447 00000000000002e3c782ffc2742344dfbcf5a3097ad277ca9a811694835b8c9d 19 0.01/1.00 vMB 54
142,446 142,446 00000000000007edd1720140c2947da50e45abe86b98a80abcf0cb35cb69f7fd 19 0.01/1.00 vMB 61
142,445 142,445 00000000000006a5c7679d3fd580be9f38fb4a9d0d0653dd7df5da5d9661b0b2 103 0.05/1.00 vMB 210
142,444 142,444 00000000000007c755c1c0b82e288fb465030a53775157c0ceb26aff14f9ac27 60 0.02/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 779.96 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: 469.29 GB
    • Received: 2.92 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.