Loading Tool

Explorer IconExplorer

Memory Pool

83,467 transactions
26.11 vMB
0.14565157 BTC
Random Selection Loading Transactions
Max Size: 164.39/200 MB

Candidate Block

Mining Attempt 59a6d52ccdf6f6b5938441667973e0a1e3eef9e283cbf13f4794769c5c2a80a2
Version 20000000
Previous Block 00000000000000000000f36fb3e1bb17adcc315a9eac0ed7f1562c96f8ff644d
Merkle Root b49441c94eb0a7577ac577ef15345481cf599fe563f1526484f52654b3756235
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,727
Size: 1.00 vMB
Total Fees: 0.03523988 BTC
Feerates: 302.06 > 3.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,656 (139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,517 915,517 00000000000000000000665a7eefe969932a98d3169b8e697be2663a1636a74d 5,478 1.00/1.00 vMB 1
915,516 915,516 00000000000000000001af759456bf40de7eba330b0006720f8089d212789209 4,581 1.00/1.00 vMB 1
915,515 915,515 000000000000000000008edd5c0260702ae1fd14e2e6619231eb094ec869301f 4,011 1.00/1.00 vMB 1
915,514 915,514 00000000000000000001d78f9a04771d177c8305f36bb59adf1b3d58d4ddf6ca 5,273 1.00/1.00 vMB 0
915,513 915,513 0000000000000000000175dbeab0bf4ef64bdb07fd59f99fae4c08e0d4533d28 3,274 1.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 783.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 773.39 GB
    • Received: 20.55 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.