Loading Tool

Explorer IconExplorer

Memory Pool

46,720 transactions
28.78 vMB
0.07307109 BTC
Random Selection Loading Transactions
Max Size: 153.46/200 MB

Candidate Block

Mining Attempt 274ce2fc4eb91a92c653dbfebe82af67b9fce8f2181b9aa37f2cc2261d21fa2c
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root 8341d69af3ba0dcee44a8475a4f620f20ae418688e681cb2b08a0a5a44e450b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,034
Size: 1.00 vMB
Total Fees: 0.01836289 BTC
Feerates: 73.20 > 1.84 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (525,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,701 389,701 00000000000000000b2cc51a3b3fd6e3b9d1ef5f9c6e743f41b760b47b63b03b 2,101 1.00/1.00 vMB 45
389,700 389,700 00000000000000000b1e012f22bb8c85e804e1cfbcdf0c20efb2574ebcc21ca2 576 1.00/1.00 vMB 13
389,699 389,699 00000000000000000ab7ea21d660ee0dff21ea0ef9e9279bc8385de2119cc980 963 1.00/1.00 vMB 17
389,698 389,698 0000000000000000073f88446b50818fbf2d859dd045850b59e871f19c75a746 2,073 0.95/1.00 vMB 26
389,697 389,697 000000000000000007d15e35b4bd34a57fca8dc564c44e5bb8c7f06a4b012a2b 2,903 1.00/1.00 vMB 68
389,696 389,696 00000000000000000b3cde0cd0dca9697d978954ddaf0bfac26fbeff5e081788 1 0.00/1.00 vMB 0
389,695 389,695 00000000000000000589a2eb4fd4ea92d2768341951fb8b627a97d358a81f3a6 2,556 1.00/1.00 vMB 46
389,694 389,694 0000000000000000057902e97aa69fe189d42906a3af9bae63fffd92a95421ec 2,541 1.00/1.00 vMB 34
389,693 389,693 00000000000000000b8a938aeb671113816ad737c402025f14c91a493f5a5d88 882 0.88/1.00 vMB 21
389,692 389,692 00000000000000000717f419066d9a52dd8b032c66cba125b8050cd2bb981124 1,688 0.75/1.00 vMB 29
389,691 389,691 00000000000000000843165a1920dfe47419075d58e27b1a218c99639a269b55 2,685 0.95/1.00 vMB 61
389,690 389,690 000000000000000007ec96679ce6c98aee31f1c32c9838de27b1bee8ed248426 3,494 1.00/1.00 vMB 76
389,689 389,689 0000000000000000095462ed2d92fbf0f4c67f55b9e087f24d8244c815f71f6a 1,405 0.93/1.00 vMB 24
389,688 389,688 0000000000000000065b114e0fca42e4c3ae4e56553ad0c513306227f0bbf16f 1,838 0.93/1.00 vMB 29
389,687 389,687 00000000000000000627caaabd385a053bc4894c65cee8cf711d21f2cb1048f5 2,694 0.95/1.00 vMB 48
389,686 389,686 000000000000000002c7cfc8455339de54444ac9798cad32cbfbcda77e0f2b09 1,701 0.75/1.00 vMB 28
389,685 389,685 00000000000000000acc60cffe1cdfed61305f43f0407a561e5b66be6e5834dd 2,446 1.00/1.00 vMB 33
389,684 389,684 0000000000000000094595af23bbd033edf32a871554fdb78acdbb01bccefd12 3,219 0.95/1.00 vMB 74
389,683 389,683 000000000000000003890744aacb4731dd4b924d78adb21020f0774720c2aaad 1,940 0.75/1.00 vMB 36
389,682 389,682 000000000000000005be397836696102436321cbf9e72dd134b6806b93a74aa0 2,868 0.95/1.00 vMB 50
389,681 389,681 0000000000000000044c97a3672de491fdb4b0f32855813f7305251d610e9e8e 539 0.48/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 652.01 GB
    • Received: 13.68 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.