Loading Tool

Explorer IconExplorer

Memory Pool

81,175 transactions
31.49 vMB
0.10103409 BTC
Random Selection Loading Transactions
Max Size: 188.28/200 MB

Candidate Block

Mining Attempt 10a7415b8239940d6848c72c981752c77d823bd7276de7c50226c578c143231d
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root 4273850c7fa8e47cb8d6daf3a8e438dd8d2850cab6279d83ccc0bff93b93da86
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 749
Size: 1.00 vMB
Total Fees: 0.02163904 BTC
Feerates: 711.74 > 2.17 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (803,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,080 112,080 000000000000ae639f46a4f3e7582ad35a6033dc86f773b182c33fd84451fff4 3 0.00/1.00 vMB 2,070
112,079 112,079 00000000000087a87aed761b50a4871275aba094d92dff9d1ad30fe39bd38d7a 2 0.00/1.00 vMB 0
112,078 112,078 00000000000081b59442ee2997124841e6e5a13c84734ee493d9de74f521be00 4 0.00/1.00 vMB 1,557
112,077 112,077 000000000000124bc8774370cd0cf631f1b9a59c650df5ca71a7599fc42751d8 8 0.00/1.00 vMB 1,797
112,076 112,076 00000000000105964a5ec56b3678e86a17c3c2bd622674647f1c6e041470ddf5 4 0.00/1.00 vMB 0
112,075 112,075 000000000000240ae3c0c392846593e6a1092eb05162e636a15c656d10bb5f96 12 0.00/1.00 vMB 352
112,074 112,074 00000000000037614b9b37c06ac599e85864c705a3ead7cfa8c0e3399fc06e2d 9 0.00/1.00 vMB 345
112,073 112,073 00000000000083ae59922235829e0f82feb326afbb69de54b4a915442eefe0a7 14 0.00/1.00 vMB 1,494
112,072 112,072 00000000000042cea6d0c440ab14258e5036d1b6d56d6e04184df86a53fedfbc 19 0.00/1.00 vMB 0
112,071 112,071 0000000000003ee1575f558c17b320ddb6ce6c82eabbdaf37db6b8a068074a0e 15 0.00/1.00 vMB 2,393
112,070 112,070 00000000000020a1403b986955972ed636e087a2561f6aa8d31c830030f6f4d5 2 0.00/1.00 vMB 0
112,069 112,069 00000000000069fd69ceb58385a63fddb0e3b7acdef16f3940dea6516730d6bc 6 0.00/1.00 vMB 2,141
112,068 112,068 0000000000005781d1131924875ee9882164a19950c05e5a7c87f157410169ff 11 0.00/1.00 vMB 1,904
112,067 112,067 000000000000889d7d8cab7897fc79e153e2151bab47aa5f1bb901956349ca31 11 0.00/1.00 vMB 1,132
112,066 112,066 000000000000ebe7f0f40373bc9c3bf3d62b414ca45598ea3989bc22d8738bb8 2 0.00/1.00 vMB 3,861
112,065 112,065 00000000000111846412cb851e98c108e822a8202c12dfe7b9fd62ed6a48ea5f 7 0.00/1.00 vMB 904
112,064 112,064 000000000001283e61cc026d9e4f4c964d61f18aec7a4ad2a53a61c12ec6e465 7 0.00/1.00 vMB 382
112,063 112,063 000000000000407a6f6eff5f0e794cfd7c9abf8197edb57f37d20a089eebb57b 13 0.00/1.00 vMB 672
112,062 112,062 000000000000c9724b578c53b713adcd3dccfb3d1fd88412a81483b05b01f636 12 0.00/1.00 vMB 354
112,061 112,061 000000000000353f0a224d046f1f0e7e13048638d69ec6bc1bc449bf3fc945b0 25 0.01/1.00 vMB 429
112,060 112,060 000000000000479f09bc2f1e64e9c2ae31a605de8f5b5c227650ac1cd12c8c7c 9 0.00/1.00 vMB 634
Previous 10 blocks ↓
Total Size: 783.05 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.46 GB
    • Received: 18.17 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.