Loading Tool

Explorer IconExplorer

Memory Pool

25,881 transactions
11.63 vMB
0.02724334 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.24/200 MB

Candidate Block

Mining Attempt a529dec5995ec8cf690c67fc7591921779c3b00687c682e7be858c42b344bf04
Version 20000000
Previous Block 00000000000000000000e1a691ee00fa1aa3ee6a480bd6f8fe0dacb171b82813
Merkle Root 4ad3a03d65362916705b7b666e1a7866ab6aab61fc3b9fc4c1f533eb3ca3f171
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,389
Size: 0.9979515 1.00 vMB
Total Fees: 0.00819145 BTC
Feerates: 61.00 > 0.82 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,688 (781,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,565 132,565 0000000000000ce7dc76a7d4f9d95a021f4cb08d5e1b1c46877a454c260a8df6 56 0.02/1.00 vMB 928
132,564 132,564 00000000000013128b4158d143730a04dcf40b957d8502ad142b04a837ef71b8 82 0.04/1.00 vMB 192
132,563 132,563 00000000000010fb8e9fe5429e3c9722ef41174e3d5a555220887c3638170b7b 32 0.01/1.00 vMB 769
132,562 132,562 0000000000000bf13bfd4079ff3d068ac6ff8c5fbb335c18035837fc20bbdf15 28 0.02/1.00 vMB 100
132,561 132,561 0000000000001241dc73cab1ed3ec46fb353976d16c3025a29375c0b71cb62bd 29 0.01/1.00 vMB 832
132,560 132,560 0000000000000a288dec01b72f1ba47162fc945db2ba26f6ad15711b0eb45aa5 31 0.01/1.00 vMB 254
132,559 132,559 00000000000008eaaf0299fa941336516430a76620c090f61d8ca5caca044a6d 35 0.01/1.00 vMB 373
132,558 132,558 00000000000009da6636b78320fead17f954f581872dc01fc98ee6e4741fb58c 97 0.03/1.00 vMB 178
132,557 132,557 0000000000000b35bf9f7e4533c4dc54c92f3d6a2dd63d18855ee3b76ae93cf6 1 0.00/1.00 vMB 0
132,556 132,556 0000000000000368d105542df6a6082dce893e9bf67c767ba9802b4588838e36 90 0.03/1.00 vMB 82
132,555 132,555 000000000000011288a43c6ba6436bc5360ca8a76ed4954c944d67fddc21e425 69 0.02/1.00 vMB 215
132,554 132,554 00000000000003776f864cecc469908aaf185fd378c427939920a656a62f5b8d 288 0.08/1.00 vMB 192
132,553 132,553 0000000000000586816d4936610a83e4412faa033093cf2957ffc534bf2eb1a0 36 0.01/1.00 vMB 710
132,552 132,552 0000000000001221b315f6bac1857af4322bd40397e7f3e5b6b5bb4e5d2428a2 16 0.00/1.00 vMB 646
132,551 132,551 0000000000000fbd0b89a595171b850e1a4c95008e5dcf2546ad4368098ce38c 27 0.01/1.00 vMB 0
132,550 132,550 0000000000000d091ddc22e9ae14fcf2e7bc6dcfa8005d0bfc18007453fce6e6 12 0.00/1.00 vMB 1,304
132,549 132,549 000000000000125632cb6bb63fb0f979b143042072a14e5042a6542e04a37f92 12 0.00/1.00 vMB 616
132,548 132,548 0000000000000cc0aefce3be29753dc45930798f067226bdf8d2348412c6908a 19 0.01/1.00 vMB 911
132,547 132,547 0000000000000b4fd67ee788a77a47749e86482ec0b712b6a81511a9f462a481 22 0.01/1.00 vMB 670
132,546 132,546 0000000000000a96ba8e8c2c915d3f505203fc9343ac901add3af1e029f41d9a 18 0.01/1.00 vMB 234
132,545 132,545 00000000000004172a1e886ca4d131d93e1fb3c7f9e963b173e1d0bd6887b977 27 0.01/1.00 vMB 751
Previous 10 blocks ↓
Total Size: 780.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 489.95 GB
    • Received: 3.35 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.