Loading Tool

Explorer IconExplorer

Memory Pool

41,902 transactions
26.75 vMB
0.05655617 BTC
Random Selection Loading Transactions
Max Size: 140.40/200 MB

Candidate Block

Mining Attempt a1dbfb1fd4d87ef8c77dc1a8ffaf5b3d4ee3260ddff2e73b02ca4a2af383ca7e
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root f61a90ae4ded38bf0584b2dc3d619b8e3de6c5d28cc6cfa57a7b8351364f941a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,554
Size: 1.00 vMB
Total Fees: 0.00701422 BTC
Feerates: 103.41 > 0.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (128,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,552 786,552 0000000000000000000310963d6025986bf8216b4b3817e9e0e5f5b39e279fa5 2,637 0.82/1.00 vMB 7
786,551 786,551 0000000000000000000462ed942be0a78807c8d6f2d567efcd8f6c4f3df57843 3,432 1.00/1.00 vMB 14
786,550 786,550 00000000000000000003f6cf31e58b12cc1864269f457821f47a4ea630e051fa 3,261 1.00/1.00 vMB 7
786,549 786,549 00000000000000000004a7b808f2d0223ec17c48cde970912368141a16a3f670 766 1.00/1.00 vMB 15
786,548 786,548 000000000000000000037442a55d51a35eed0226fcd835a4e1f7cc79e5b70138 2,252 1.00/1.00 vMB 13
786,547 786,547 0000000000000000000252b5b0ed36e80c096964eabcd7976e374c1235663a23 2,256 1.00/1.00 vMB 2
786,546 786,546 000000000000000000043c7a6538f1baf7f9591f54ccd2859011b20811ca9774 2,366 1.00/1.00 vMB 12
786,545 786,545 00000000000000000001eb4a02a393e89a383b84446fc5433aa4b29b5c38cd0a 2,795 1.00/1.00 vMB 12
786,544 786,544 00000000000000000000c9a557746847edd5a59866b7957a90798237975c8d9f 1,943 1.00/1.00 vMB 26
786,543 786,543 00000000000000000001145eac634eb1891629163a80421268a776c60bae6032 2,865 1.00/1.00 vMB 5
786,542 786,542 0000000000000000000218e2aad37e61c9247dd57f032d1092960eaeee22d00e 4,631 1.00/1.00 vMB 7
786,541 786,541 0000000000000000000593200957e648d18d065357958ce666d37d2fa5e28213 2,041 1.00/1.00 vMB 5
786,540 786,540 000000000000000000059248eb879d90a8c676d30eafcfa6a83f0b83725c9039 3,226 1.00/1.00 vMB 15
786,539 786,539 00000000000000000002b740d8f60f409e22f52252b559f8cc4677c3cde2f749 3,645 1.00/1.00 vMB 20
786,538 786,538 000000000000000000021549b280a2d16e8753f4911615ed7985527ae13c1d18 2,964 1.00/1.00 vMB 18
786,537 786,537 0000000000000000000358d80ef0b9bcba5d37f59eeaf39d2a9263bc4546d8ef 3,316 1.00/1.00 vMB 14
786,536 786,536 0000000000000000000590644458d4e2dc6e672dfe3f1a7ff8a9b38c2c3e1771 314 0.15/1.00 vMB 8
786,535 786,535 000000000000000000026630f686442a12e91678656ff62ed2f3fd6bd5747285 681 0.26/1.00 vMB 9
786,534 786,534 000000000000000000029268bcb5241339bac58c28a586fb173dc0ef0a1e60f8 2,078 1.00/1.00 vMB 9
786,533 786,533 00000000000000000004c0bfac63e4678051909f4ef29bad57da96fd7dd9cec6 2,887 1.00/1.00 vMB 5
786,532 786,532 0000000000000000000073de3557ac373adb82288758b7f61b0aad2f66ae3ab9 2,218 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.