Loading Tool

Explorer IconExplorer

Memory Pool

15,063 transactions
6.42 vMB
0.03845435 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.81/200 MB

Candidate Block

Mining Attempt 8c754b53fa3e248342ef14307b1975684923340f32c8f33e4799378a1de3c672
Version 20000000
Previous Block 0000000000000000000101810863bbcd5328f761e002bbe875adcae9ac492c2f
Merkle Root 382f241b8dfe3ae444e3176ca78ec2ede1d42caf254d61d0afecbbc7bfbaf9a1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,644
Size: 1.00 vMB
Total Fees: 0.02475131 BTC
Median Feerate: 2.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,456 (707,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,209 206,209 0000000000000248bf7292d4a19fe6df3b3a812aa301023972074ce74edfaa20 63 0.02 vMB 251
206,208 206,208 00000000000001bacfcdaae1699d602b7d168bfd843dc43e8b4407635364d1cf 264 0.14 vMB 112
206,207 206,207 000000000000044b7606f74a7213c5c339eaab06fb872ea48df8545b86f91517 80 0.05 vMB 89
206,206 206,206 00000000000002610f5a827321dd073663ebe39c6a193ecfd9fca22c26ca9adf 13 0.00 vMB 0
206,205 206,205 000000000000001d4bf02c2cb73b9de8052d442eb4d4ab5ac6065e82225d5360 434 0.16 vMB 183
206,204 206,204 00000000000000f3bab41e5119676da24346f740480dd01d9eb811dc4667d31b 15 0.00 vMB 87
206,203 206,203 0000000000000232bd8e71dda3f379c368a0beb37b575c731d185f18d5ab7621 70 0.03 vMB 165
206,202 206,202 00000000000003cfc42c2f27ed4622d6506351ebe360ccaae42505a6688da5bb 147 0.04 vMB 26
206,201 206,201 00000000000002bb7b3caeaad557d7090197471589096daf0f8bd5ba33727ab4 253 0.09 vMB 185
206,200 206,200 000000000000029983f8d6cc527bf82641063f5c289a027a2a3bddcc020fd102 261 0.09 vMB 168
206,199 206,199 00000000000003eb2589878d50f38cd80835eac3d5d66ba2cb798a25acf35a94 425 0.14 vMB 178
206,198 206,198 000000000000019effe10926425fcd4be3d24ddc8873c6b6cf77af910afd55b6 81 0.03 vMB 7
206,197 206,197 00000000000005064b3093d9193cffca2cfd39a4787b97d36a77adb3a320f690 176 0.10 vMB 554
206,196 206,196 0000000000000476146920716ff1774a1c968505d5bd0578d0c11cb65435a737 569 0.26 vMB 161
206,195 206,195 00000000000003cb2a3bc606950678d441216f3aaf9537c87a2e101416ea4776 113 0.07 vMB 118
206,194 206,194 000000000000021f38d99feed7721c0722df2b92cb9874b6a3ba12d4b26f44ee 1 0.00 vMB 0
206,193 206,193 00000000000003d4ea8be91727e846145b8562f832311c5db1078d3a0c641d5a 15 0.00 vMB 44
206,192 206,192 00000000000002233e0f46c2bc2442370077853686f2cf852cc5e051b7c48820 212 0.07 vMB 226
206,191 206,191 0000000000000455ec0f153c7729898ab566b22a792c0a4d3d5c473e0b4c6196 9 0.00 vMB 159
206,190 206,190 00000000000004b2861ba0aedf55e7fe8cc0c09c64ea229e7c8b28ead3c9898b 135 0.06 vMB 182
206,189 206,189 000000000000010ffca22c51f7742225ff50d3d4bc12b26841ff1f26b5d7f23d 31 0.01 vMB 113
Previous 10 blocks ↓
Total Size: 779.66 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: 313.49 GB
    • Received: 1.50 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.