Loading Tool

Explorer IconExplorer

Memory Pool

77,764 transactions
29.60 vMB
0.07402191 BTC
Random Selection Loading Transactions
Max Size: 180.77/200 MB

Candidate Block

Mining Attempt 4442f491a7b26d2b8033854c15321c0ae71f1efc981ed2c0b547ff4cc9d2f492
Version 20000000
Previous Block 00000000000000000000cf3f5f15c57b2e8fb71d527029774760b564239aaa9b
Merkle Root c7eaedfee381f4e81a7af1fd172a80ae0a0628f08bead6739360dcae7175a5cf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,338
Size: 1.00 vMB
Total Fees: 0.00870347 BTC
Feerates: 75.20 > 0.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,400 (905,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,427 9,427 000000008415f9170d9043d9a997502883062a885cb69218f4b64c06d8d4c404 1 0.00/1.00 vMB 0
9,426 9,426 00000000572960eae340d22d2e3a119628896be3e29ab736f55f5f49aae42849 1 0.00/1.00 vMB 0
9,425 9,425 0000000021fcb61d5b3cf66201f3a0efc25b7b7ee5af710c6b686a74bc28edfc 1 0.00/1.00 vMB 0
9,424 9,424 00000000c71e4013d596ab7f2c5bf520d72905690425a4ee35edde7fe4ebe3b0 1 0.00/1.00 vMB 0
9,423 9,423 0000000054be58a206f6d11d4ce49f7e5164c071559a6520a5e5aeab3fe42f7d 1 0.00/1.00 vMB 0
9,422 9,422 00000000795e7c45910089c42d961483b7c4c0a6d39567e7476d353533688bd9 1 0.00/1.00 vMB 0
9,421 9,421 00000000f6137280c0651f47875d46fe828cf47ff6c4a102cbb7468592692a25 1 0.00/1.00 vMB 0
9,420 9,420 00000000193023fe6dc52135f5babcccfc242b6a8b45836f55045b9b58dd81b5 1 0.00/1.00 vMB 0
9,419 9,419 00000000c8d976c960be031128b9e71485c2376b230c73c71af7af6f91b3642d 1 0.00/1.00 vMB 0
9,418 9,418 00000000c2f448fe90300b26b9adfe2d2060ae8d46d58b5d2b8435953237ad55 1 0.00/1.00 vMB 0
9,417 9,417 000000001ae61609f1fc79036377ef6f119363175c8eb152ca1c13d115427da5 1 0.00/1.00 vMB 0
9,416 9,416 00000000c30dfd2ed5be57055c7b9feb276a7b6771e4b521d6db46f7c19aea4d 1 0.00/1.00 vMB 0
9,415 9,415 000000006c8f8fcdcfb7753b51c27738169f8fba3526f196619fab7520dc0063 1 0.00/1.00 vMB 0
9,414 9,414 000000000544b4c67b17b7e08038569f6fe70496e6ddab51eb044caef1597331 1 0.00/1.00 vMB 0
9,413 9,413 000000009491cb21761959d228b175416333b66d557d8391214607a7e1cec045 1 0.00/1.00 vMB 0
9,412 9,412 0000000008ebdc73be1bdf161f7e73a75f1fd3a8d2cad1ab83b8387ff902350b 1 0.00/1.00 vMB 0
9,411 9,411 00000000b06a73da217e95186d72673c36fa4529498a44ca7c3c3f41904c76d3 1 0.00/1.00 vMB 0
9,410 9,410 00000000738ec0bac6f72b709cdd5e1baeeecff4f25d598b338e1bcea2e50ff1 1 0.00/1.00 vMB 0
9,409 9,409 000000009094d287fdd224f711275949855e606b46a3d30b9522cb3b8a666776 1 0.00/1.00 vMB 0
9,408 9,408 000000005880590f664412ef41107cc8963b1df0029b3fdddab1b05f79f466b3 1 0.00/1.00 vMB 0
9,407 9,407 00000000c6d2d7c767da9e5550ed691546c58ca353eab751276d51d055963606 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.08 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: 721.16 GB
    • Received: 18.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.