Loading Tool

Explorer IconExplorer

Memory Pool

91,625 transactions
34.13 vMB
0.30331098 BTC
Random Selection Loading Transactions
Max Size: 196.59/200 MB

Candidate Block

Mining Attempt 6ed8ba590bc5799a8e313f206ebccce98f2ac94497c7b439d3879daa5799e135
Version 20000000
Previous Block 0000000000000000000037c5242f11ef72c2e36b55fbaae2c65084cfde983f7f
Merkle Root 4005acbbd1b8f760e5cacf342bf4dd984f4a408b2a4a6a0e7dc3318c3205b2ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,544
Size: 1.00 vMB
Total Fees: 0.06975047 BTC
Feerates: 701.55 > 6.99 > 1.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,641 (129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,512 915,512 000000000000000000007c742319460019f3996f17fbb03325f7c8b31e9a61e7 3,277 1.00/1.00 vMB 0
915,511 915,511 00000000000000000000eb5705a00c12e6620a7e27e0cf36b76579b1c6208054 1,575 1.00/1.00 vMB 0
915,510 915,510 0000000000000000000103385057ad9db439276d990f60d8abb79fc2aead32e2 1,874 1.00/1.00 vMB 0
915,509 915,509 000000000000000000008a24d2b68f110bda20aa3636cd085a5f494acfd68c71 4,084 1.00/1.00 vMB 1
915,508 915,508 00000000000000000000488ddab08cbe61b89d8588f82b95865b5b69a9c7f759 4,470 1.00/1.00 vMB 1
915,507 915,507 00000000000000000000972df28b6473c032c8e1d3fb08c7600f4ae72e98394e 45 0.01/1.00 vMB 2
915,506 915,506 00000000000000000000d6a696a266adc8f7aeab36f1f54b48e69b6be89306c4 2,390 0.96/1.00 vMB 1
915,505 915,505 00000000000000000001f9a1dfb18214a37cb46ca63dd05c6e929a70d7ca8b95 1,545 0.58/1.00 vMB 2
915,504 915,504 000000000000000000002ca2a6f2d57f7aab568e5f487107fbab69dcfc5406c9 4,854 1.00/1.00 vMB 1
915,503 915,503 00000000000000000001881901747f7b83d2a7844250e592443653337344f01e 3,077 1.00/1.00 vMB 1
915,502 915,502 00000000000000000001b0e0aafded17d40d0301555708772335f2f5e87d97c7 689 0.32/1.00 vMB 2
915,501 915,501 0000000000000000000081bc324599bffa576eff6f95a924598267745a9bef35 3,317 1.00/1.00 vMB 0
915,500 915,500 000000000000000000012fde24cfa805e399dca95e9b1052c9375aa70a555ee0 3,954 1.00/1.00 vMB 1
915,499 915,499 000000000000000000012bcb1b2e80b6a64226a9b1bd5f2b49913884a73b7425 1,985 1.00/1.00 vMB 0
915,498 915,498 0000000000000000000197fac3b985a5ebf7daa608a10c45b8cca52529ef17f4 3,782 1.00/1.00 vMB 0
915,497 915,497 00000000000000000001e35061040bcc7a2f29e8ae70e09c46aebc1250cc6564 4,887 1.00/1.00 vMB 0
915,496 915,496 0000000000000000000105985c65c33382942eee89d1e9d894da91aecc43cccf 1,754 0.67/1.00 vMB 2
915,495 915,495 000000000000000000015522877cd9b9ccea122cdaa34591d6b445605f8cd8e9 3,674 1.00/1.00 vMB 0
915,494 915,494 00000000000000000000017c0cc95d2c398af1ab5c28d3c88d6b87457b265153 4,501 1.00/1.00 vMB 0
915,493 915,493 00000000000000000001aecbaf4c0c2495ed30f65ea65aa56190f6e4b76c46a7 2,813 1.00/1.00 vMB 2
915,492 915,492 000000000000000000018bf36fc2f826bfad29701e5489b8f164255e4a110f35 3,127 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.50 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: 773.10 GB
    • Received: 20.42 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.