Loading Tool

Explorer IconExplorer

Memory Pool

87,062 transactions
23.01 vMB
0.08871834 BTC
Random Selection Loading Transactions
Max Size: 156.14/200 MB

Candidate Block

Mining Attempt 5b9f77ee27dda2f1bda25ec84265a8b9e071eee9d897a8c1341a30198e6fdbbd
Version 20000000
Previous Block 00000000000000000001f540e83f4574ab6b9dcaa125d8acd26fc20cbef63dd5
Merkle Root 2346488a7243dbfad26c4cbb0deec93922238fa41ba64354c644cfd2326bf54d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,661
Size: 1.00 vMB
Total Fees: 0.03720408 BTC
Feerates: 445.47 > 3.73 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,889 (162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,727 915,727 0000000000000000000046c09b2e6daf4af29a3603a151b3d29f2bfec6909fe3 2,581 0.70/1.00 vMB 2
915,726 915,726 00000000000000000001dcde000dc1f88feabaac049b0c0d664cd7d13a276a5b 4,042 1.00/1.00 vMB 3
915,725 915,725 0000000000000000000009e35236bc8c6dd26d8ee6d62860abc2c9597236c612 5,515 1.00/1.00 vMB 0
915,724 915,724 0000000000000000000192e6013b48ed95a8bfc4c0b47cc56596ba08153ac266 5,050 1.00/1.00 vMB 1
915,723 915,723 0000000000000000000093b4732c6bc0ef3547baa946982c2ac6fe5321c1252c 3,253 1.00/1.00 vMB 0
915,722 915,722 00000000000000000000b2066e64a2616f7b87febe80fe6844cecb42d9679e4e 1,352 1.00/1.00 vMB 0
915,721 915,721 00000000000000000001f3098b781d5233b346383817edcc9d8b97a8a2f96ddb 5,253 1.00/1.00 vMB 0
915,720 915,720 000000000000000000003e784f92022958a16cadeb59f1d480ddf980bf9aa75c 3,653 1.00/1.00 vMB 3
915,719 915,719 00000000000000000000ab4f713c5a892e978b1a4405580e911bb8d65cd4b87a 3,507 1.00/1.00 vMB 0
915,718 915,718 00000000000000000000c7f92cc3ebb1554fd05b54b940da1fef3d27b128bb7f 4,440 1.00/1.00 vMB 0
915,717 915,717 00000000000000000001b614ad5ed2be1cb8ac93c9d5207f28d3ef09e7111eee 882 0.26/1.00 vMB 3
915,716 915,716 0000000000000000000068e037045812323522883cc813c47a0aa694e7ce14d9 1,214 1.00/1.00 vMB 0
915,715 915,715 000000000000000000010a08e47ab3f3db9b241ebc3b853b697760997c749ecb 5,259 1.00/1.00 vMB 0
915,714 915,714 00000000000000000001d3b397c6341d298d5b2fac47b696110a26d58c1b1d83 421 0.09/1.00 vMB 2
915,713 915,713 00000000000000000001f9b9fde698cdc61f28c8c3ca992f96e5fda53b579230 505 0.11/1.00 vMB 2
915,712 915,712 000000000000000000005ac41088030d61fb3acda0363778e2183a6d65a9c431 2,008 0.57/1.00 vMB 3
915,711 915,711 000000000000000000009dbbe776f3a92fdd470fa29fc79a950ba6a907d201b1 4,238 1.00/1.00 vMB 1
915,710 915,710 00000000000000000000553cba71ce37d7d4726f083985e52c455aa7b949a0cb 3,511 1.00/1.00 vMB 0
915,709 915,709 000000000000000000009772a402c530610fdb9fc0b0df29aaff7c8d50e2f7e6 4,712 1.00/1.00 vMB 1
915,708 915,708 00000000000000000001af3062aed7163af32fbe6e3ffdb774559bb764752576 538 0.22/1.00 vMB 2
915,707 915,707 000000000000000000009baff5c56dcf5237a76df7903e86489a8c2a8cd9fc90 1,648 0.56/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.91 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: 796.85 GB
    • Received: 22.23 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.