Loading Tool

Explorer IconExplorer

Memory Pool

29,282 transactions
24.63 vMB
0.07248116 BTC
Random Selection Loading Transactions
Max Size: 122.25/200 MB

Candidate Block

Mining Attempt 40cfd5a3a38f1bb119dcb9e7f8291b73548f51a62d1dcfdc1f7b556c1a612a68
Version 20000000
Previous Block 000000000000000000001add1d4255d5d6c3338fec14caa760f6a5fe24cc9f9a
Merkle Root 0004f063f2303baf37881f84ddfee1cedde30a6a102171306b5ecaf0b6f01952
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,989
Size: 1.00 vMB
Total Fees: 0.02873776 BTC
Feerates: 150.93 > 2.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,703 (511,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,243 403,243 0000000000000000038dfc57b307077a3a725783a44fb22adc319258fbccb538 2,804 0.99/1.00 vMB 53
403,242 403,242 0000000000000000029b817b097e87aeebfdb78e9fcb117ddb888a021afdb821 2,832 1.00/1.00 vMB 59
403,241 403,241 000000000000000003f35b8d6370987849dccafda25a9d231843555fe0e4b8a2 760 0.61/1.00 vMB 25
403,240 403,240 0000000000000000035e3b6238d9bc82bd83432ef3034b04cce176187cfcc1db 368 1.00/1.00 vMB 10
403,239 403,239 0000000000000000002c8a344c640d27cab12641f8b5913628e543211e781950 1,132 0.90/1.00 vMB 24
403,238 403,238 000000000000000003cd8b2362829d3eb152bc2156c31d0ae5cf098b9d1cbb1b 1,684 0.99/1.00 vMB 32
403,237 403,237 000000000000000001c1a17ff3965ce05803ce52e400cb71a2ffa2ff8964ff8c 2,171 1.00/1.00 vMB 57
403,236 403,236 000000000000000001646c7c02329b8e4fd3364428c76806f65e4c41a94e8815 1,796 0.93/1.00 vMB 33
403,235 403,235 0000000000000000028d6db26078d894b00e41a749dc9d28e7b8c1379596b11d 2,237 1.00/1.00 vMB 43
403,234 403,234 00000000000000000069c477e7fc324e6a4394909c84d67d2b43aa7816c5d9d9 2,796 1.00/1.00 vMB 49
403,233 403,233 000000000000000001d2eeb3da78ddfa5283b5b1a26e80caf1d05806585575e6 2,441 0.93/1.00 vMB 48
403,232 403,232 000000000000000003ce8c41ed8c0c14588fc929f6d6ab881746809e075733f9 2,192 0.93/1.00 vMB 38
403,231 403,231 000000000000000000399ab2f00bd20890aff39fb9d2b6476af5f763b45db964 3,138 0.99/1.00 vMB 87
403,230 403,230 0000000000000000040b364fcd4b9b744d4bb01c6556ad635da606495eb1f283 584 1.00/1.00 vMB 8
403,229 403,229 000000000000000000fff409e377e990546dba62b189a0562816643c0bf355ed 2,060 1.00/1.00 vMB 38
403,228 403,228 0000000000000000068df2068b0c8396edb534fda19be1041e540e0a39d4e47c 1,514 0.99/1.00 vMB 28
403,227 403,227 00000000000000000230838ceb0394f7006ea87d7726843d26c3cbe7906c0153 1,933 1.00/1.00 vMB 35
403,226 403,226 0000000000000000045316e0f0836fc91e978186643dcd77ca7e11b2a14b093d 2,356 0.93/1.00 vMB 61
403,225 403,225 00000000000000000380dd1b03b22869ccc43e15200b15914eea252309ca8199 2,048 1.00/1.00 vMB 44
403,224 403,224 0000000000000000063fb1e7d361cad33cba3ed59ff527b7f5045ff07ad02586 2,851 0.93/1.00 vMB 82
403,223 403,223 0000000000000000002d3c8b5c3cb64dd7991ec1dce0ae8732a1de181ead3c8b 1,014 0.99/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.86 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: 642.06 GB
    • Received: 12.53 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.