Loading Tool

Explorer IconExplorer

Memory Pool

110,400 transactions
22.19 vMB
0.07958735 BTC
Random Selection Loading Transactions
Max Size: 170.09/200 MB

Candidate Block

Mining Attempt 0e2a846af54d63b7c8ef1735fd79dd195def4fe3aec2cb56df981164c0638edd
Version 20000000
Previous Block 00000000000000000000b91e5fe8cc28925e68b0108bde52fcddd91ddde1c9b0
Merkle Root afbd0c0a49ed3f509d839bd7ebabfa7c1a73fc1d1a6d7fddef32aa84ee48734a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,441
Size: 1.00 vMB
Total Fees: 0.02528189 BTC
Feerates: 186.12 > 2.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,519 (119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,400 916,400 000000000000000000017e4b12af9c629782e38cbaba103b4645d20db3b6a495 1,211 0.49/1.00 vMB 2
916,399 916,399 000000000000000000004ab05e4e57675dbd3d72cd03e3a8d7c44f8184d160c8 4,271 1.00/1.00 vMB 1
916,398 916,398 00000000000000000001b41690c6c12a2599aa68deafd6d6fd603efc57dad23d 2,948 1.00/1.00 vMB 3
916,397 916,397 0000000000000000000099b0622aba96d1cabaa0b312bc1bb3a0da5aa4c1e3f6 3,539 1.00/1.00 vMB 2
916,396 916,396 00000000000000000001c64aa07a42d823cda431ff8c6e3202be81a5c186e7d2 3,476 1.00/1.00 vMB 4
916,395 916,395 00000000000000000001e5a6e916e644f43da9aa35b7edf495442fe52574d008 5,546 1.00/1.00 vMB 1
916,394 916,394 00000000000000000001082cf2a4225da4caf1c72423e98f1ba08bc709ebb95a 3,433 1.00/1.00 vMB 0
916,393 916,393 0000000000000000000091ac7c4a153e38597d3e2f03c975f88463d857bac873 603 0.17/1.00 vMB 3
916,392 916,392 00000000000000000001d95cf11d52fec9a6fba51ade16d80d347041063a14d1 3,725 1.00/1.00 vMB 1
916,391 916,391 00000000000000000000169cad241f0fd0b16a039905d0c53ba2bf3f288037e0 3,509 1.00/1.00 vMB 3
916,390 916,390 0000000000000000000164b37a206d3d228f3eecdabe89c5eac4a1b7da3b2509 4,372 1.00/1.00 vMB 1
916,389 916,389 00000000000000000000cd283414ababca50d7b194fae77111e4bb65a7aa9f71 1,319 1.00/1.00 vMB 1
916,388 916,388 000000000000000000005514faadf54287320b2081c5f98abe763a8bdfd7d905 2,511 1.00/1.00 vMB 2
916,387 916,387 000000000000000000005ad9039d1c42aa92bf072508daadd2a490ed6ed8e202 3,561 1.00/1.00 vMB 3
916,386 916,386 000000000000000000019ffce0c0fca32e6b8925f465b3ffa6d5070aa0070897 3,603 1.00/1.00 vMB 6
916,385 916,385 0000000000000000000164e712ef22e1592a263319147963257989a4fd351031 3,153 1.00/1.00 vMB 2
916,384 916,384 000000000000000000016d19571e5e8ca5f39e911327a5c9b53436cd44af1de8 3,823 1.00/1.00 vMB 4
916,383 916,383 00000000000000000000979ef116c9a37db5d8e4a17714018fbe6411016fcf18 3,808 1.00/1.00 vMB 0
916,382 916,382 000000000000000000015daaafa51935db2b6f052ab7ed7f781b54d45238730d 6,885 1.00/1.00 vMB 0
916,381 916,381 00000000000000000001a65029b53abfdf820dafe4c58ed4eeaa0d6dd8689e2c 5,434 1.00/1.00 vMB 0
916,380 916,380 00000000000000000000ad14d6475c06d9fc09c7cce9aa98e4b7002a189a0d56 4,798 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 785.01 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: 914.03 GB
    • Received: 27.46 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.