Loading Tool

Explorer IconExplorer

Memory Pool

80,409 transactions
30.90 vMB
0.09112039 BTC
Random Selection Loading Transactions
Max Size: 187.14/200 MB

Candidate Block

Mining Attempt fac34893674db6fa7d30c240ab3dfe7d150a4e7f8aa793b5fd3fbce21c50e77e
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root 2f29942bd76dba365bcc20247fe532e358b0cd8a63d8b3c54f8fcd2a4bf2a410
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,049
Size: 1.00 vMB
Total Fees: 0.01764308 BTC
Feerates: 106.51 > 1.77 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (481,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,339 434,339 000000000000000001bb43b7c40057710655b2e862f3fa2765711ef3a799bb26 1,871 1.00/1.00 vMB 55
434,338 434,338 000000000000000000db1a508cc58a7f89763d6de284c64fddb5b87dd01d111d 2,151 1.00/1.00 vMB 65
434,337 434,337 00000000000000000219a3dc07e8f2a06f73ff9e3f9a999745d28ea1ed34eea1 1,731 1.00/1.00 vMB 40
434,336 434,336 0000000000000000021283de4365e7c64dda5436c3cc945ec212ec87fbd8dc39 556 0.36/1.00 vMB 27
434,335 434,335 000000000000000003523f03c7e5934d4e5e567c7953689b96a880dfa3d91844 876 1.00/1.00 vMB 26
434,334 434,334 000000000000000003dae59485668dc04f4937b6821e7d19a103e5981f837da0 2,395 1.00/1.00 vMB 32
434,333 434,333 000000000000000002a17f1fcc7b251bc178e3d022628cd8e9a02637c6304473 2,191 1.00/1.00 vMB 34
434,332 434,332 000000000000000001cf42a9223357ccd19c788471190d9976ad899e6cc83da5 2,470 1.00/1.00 vMB 67
434,331 434,331 0000000000000000031915d38b14e51bb9076946e98fdd7886c504d8bd96fa62 2,228 1.00/1.00 vMB 58
434,330 434,330 0000000000000000006e24095485d3ae5199a6d706112477aa648706143338c4 2,585 1.00/1.00 vMB 75
434,329 434,329 000000000000000000aa206c451ec2fbd1acd33ca72717afb2f264f71f78bcb8 2,554 1.00/1.00 vMB 65
434,328 434,328 0000000000000000003abc00262452a858eb726421480a0fce3f64755b399d20 2,751 1.00/1.00 vMB 74
434,327 434,327 000000000000000001afe3b6ab255e4a943dab17ac62aecd2ce10fbc28b5d726 2,216 1.00/1.00 vMB 70
434,326 434,326 000000000000000000a3613ee68398734e207b21c5fa1d0ca3db07aa34b306e1 2,756 1.00/1.00 vMB 69
434,325 434,325 000000000000000003abacef6905aefc862cf2f1c28554a0e12875cdb8e1ad82 1,981 1.00/1.00 vMB 44
434,324 434,324 000000000000000000a1f259911b1e8773b3a84c6757e40ced6095f4c5382e4b 2,258 0.99/1.00 vMB 37
434,323 434,323 0000000000000000041f0e8c5c19274cda545498e022af224b3c1d5c7602eab5 1,593 1.00/1.00 vMB 49
434,322 434,322 000000000000000001f1664d198adbb5a2d932acc4519eeae708f62010ca6bed 2,137 1.00/1.00 vMB 53
434,321 434,321 0000000000000000004abb65130a0e42d0019e5fad361745e6a992d91d8b1a31 2,785 1.00/1.00 vMB 63
434,320 434,320 00000000000000000356ba87063ac684a7807e541ac27c97a135d0755330acb3 2,262 1.00/1.00 vMB 62
434,319 434,319 00000000000000000219a6b214b2f4daa540c0fcb4b1862304a702fe71dc1d62 1,634 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.