Loading Tool

Explorer IconExplorer

Memory Pool

78,705 transactions
30.27 vMB
0.07378380 BTC
Random Selection Loading Transactions
Max Size: 183.77/200 MB

Candidate Block

Mining Attempt 6d4bcaafdf4501f5e7ebd99a339da308775c61d097505a490fdfd878dddbe07e
Version 20000000
Previous Block 00000000000000000001ba71b7469b64db1b81f795f06fef5c8de15c97c7831e
Merkle Root 865df760c687b1fa0851075d8a9b9165b33bf717b4706d196beafb4c10734431
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,887
Size: 1.00 vMB
Total Fees: 0.00929820 BTC
Feerates: 45.66 > 0.93 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,193 (719,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,654 195,654 00000000000000f80d90872b409a3a98aa68a906024bec89d3d907f5e01a0c4d 9 0.00/1.00 vMB 14
195,653 195,653 00000000000002bb5a6071fd08fa8568d7439a58df56202d5610c6148c1f9a33 494 0.18/1.00 vMB 218
195,652 195,652 000000000000036a44bcfa33e9111b0d498a62a351129568ac5cdaab6546f0d1 140 0.06/1.00 vMB 210
195,651 195,651 0000000000000287cec5c57120b70ab148b25d8df2dee8a43e6cd7c41bc6f8d8 118 0.04/1.00 vMB 356
195,650 195,650 000000000000056d9506324ccb8cfffd99806a502e075e33343ee9f3abe73e4a 110 0.06/1.00 vMB 108
195,649 195,649 0000000000000337e9c20ccd323ee3f6370c7d57c4e84ad1ca8d7ab55839f882 135 0.05/1.00 vMB 209
195,648 195,648 0000000000000338823124977143f7a2565d28a0356c984802de3439ca4c8b2e 18 0.01/1.00 vMB 188
195,647 195,647 0000000000000602d3da5b765062fa65ae537bfec73a315b3b680a1d50f19b43 69 0.03/1.00 vMB 262
195,646 195,646 0000000000000165ca133ed17ee5d55c4da5cbd203e7bc149294264375f2048d 109 0.03/1.00 vMB 231
195,645 195,645 00000000000001151fd6943e1a35fd80033db66bd122ed98dc3deb1d6db3e74c 102 0.04/1.00 vMB 297
195,644 195,644 00000000000004ea0f6ee470fa190e29546bf1fde818cb458f086c97f495de5f 243 0.09/1.00 vMB 278
195,643 195,643 0000000000000613723e42fef6a368f9f8af1a9846f7fe26536e08a6ffcfa098 1 0.00/1.00 vMB 0
195,642 195,642 00000000000003465facb9e12ad0f68718d991e522d9b06e6bc7e1ab99daaa7f 205 0.10/1.00 vMB 129
195,641 195,641 00000000000001c943618837aa8b4299fc228c0a71a0869c064060b75f9e1b8e 387 0.18/1.00 vMB 116
195,640 195,640 00000000000003486534d85fd095375de79c9648843a0c6e5f0171c21c021572 145 0.05/1.00 vMB 15
195,639 195,639 000000000000008b4d5f2f41c9ee4c5ea518f272840736104b6f0f3f2360e9e7 636 0.25/1.00 vMB 180
195,638 195,638 00000000000002dd3f8e83653c18e62a5acf2bb6c8f870aaed30eee53c1525e4 39 0.01/1.00 vMB 134
195,637 195,637 00000000000002d700b105de6214b093fcc38ef77216b6e5523bf41499fbdcfb 380 0.14/1.00 vMB 167
195,636 195,636 00000000000004b9d2a9631ea07526938c6d476b842f09bb2615f0191d632d6d 217 0.11/1.00 vMB 107
195,635 195,635 000000000000063ca438059f5eb2b01678afc18b9a1b10edc6f459a4e248d477 71 0.02/1.00 vMB 157
195,634 195,634 000000000000000af28f480ce0cc1cebcc4a2b611bcba5a000b09012a33d3782 256 0.18/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.73 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: 707.33 GB
    • Received: 16.67 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.