Loading Tool

Explorer IconExplorer

Memory Pool

74,019 transactions
27.38 vMB
0.06791967 BTC
Random Selection Loading Transactions
Max Size: 167.10/200 MB

Candidate Block

Mining Attempt 31e0cfad28d28005353a35cd0b60ea37d3c4f2aa8b9bdd9533aeb77b49b51b6c
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root 64bffb5a900bda80b5483740a6a96ff9525ae9b62e6f7cc0c92c9f654e173693
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,176
Size: 1.00 vMB
Total Fees: 0.00971358 BTC
Feerates: 402.60 > 0.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (542,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
372,732 372,732 00000000000000000aacbadc2a8d2d57c454dc2fd8e9ed98888ca9799bcb2bfd 618 0.81/1.00 vMB 46
372,731 372,731 00000000000000000342e263f2d8e404ada4474f2ed5e0c7776d429f70f75e9b 1,119 1.00/1.00 vMB 55
372,730 372,730 00000000000000000f6e5fe4c59c31cb364a679d40d04de1654a444934bbbb58 917 0.91/1.00 vMB 50
372,729 372,729 00000000000000000bdc7e3ef684c83a6f1c8c83cb6aa7344d35bd93f9bfb0b9 1,777 0.95/1.00 vMB 19
372,728 372,728 00000000000000000871fcaff9d5bae3f12febe5d837d4a6ae02709bfa0afc50 498 0.81/1.00 vMB 43
372,727 372,727 000000000000000003507927ac652947c604f7ab46843f6af1158a0f9fd08d7d 2,858 1.00/1.00 vMB 57
372,726 372,726 00000000000000000c3281cd67d3bb3bf001956cbda8650c3aec41e985938d2a 1 0.00/1.00 vMB 0
372,725 372,725 00000000000000000968e002ad2a6674358ffb83d32d2bc689d794df1d372d6a 1,821 0.93/1.00 vMB 25
372,724 372,724 000000000000000007f35fc1be30a137c1de3a7dd697aca8fd0530e4c865d8ed 551 0.82/1.00 vMB 44
372,723 372,723 00000000000000000f102da6b162328b828cab36be5b14c49a06902bedcd3c9a 520 0.80/1.00 vMB 44
372,722 372,722 000000000000000000a5377ee0d9f78f29bcec20bfc678b72b37da39ec076a7e 639 0.75/1.00 vMB 48
372,721 372,721 000000000000000006df9e7931ad009f0563e6056981b8fc8001f3429ddbf7f8 505 0.81/1.00 vMB 44
372,720 372,720 000000000000000003b40f653d9966e3d470e66a129684e44b1dd7e7aa077f3e 2,839 1.00/1.00 vMB 47
372,719 372,719 00000000000000000e0f03ce0132432a46f6bc82e41aee7961ea5410cfe76e5a 729 0.75/1.00 vMB 51
372,718 372,718 000000000000000012a755d2ec90e97be4826bda11956e7f0407588e6c029082 574 0.82/1.00 vMB 44
372,717 372,717 00000000000000000b9f21a500c8a62e7ef639a1f833b2eec4b76a9a6e24e13d 704 0.87/1.00 vMB 48
372,716 372,716 0000000000000000092d83438fb535c245386fe23a24531c8485956cc9181c5c 614 0.83/1.00 vMB 46
372,715 372,715 00000000000000000535aa230b1819efa27409e1c6d201fd38081172f54545c7 682 0.64/1.00 vMB 24
372,714 372,714 0000000000000000097928cbc543139b9e6bf64d21f96e440bb7043615f7ea0e 1,291 0.93/1.00 vMB 47
372,713 372,713 0000000000000000101d915d67dc0c3b532afafe682307ffbf41420f3598d6d5 503 0.81/1.00 vMB 43
372,712 372,712 0000000000000000114409ad1e0e01d82261fb9f24be2b194ce8dcc55fcb55c8 528 0.81/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.94 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: 714.86 GB
    • Received: 17.61 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.