Loading Tool

Explorer IconExplorer

Memory Pool

79,054 transactions
29.61 vMB
0.07441151 BTC
Random Selection Loading Transactions
Max Size: 177.93/200 MB

Candidate Block

Mining Attempt feda0a771438b76a2216d5403c2812c33fbf7d4ead6774c74dcaba01ee5a58b8
Version 20000000
Previous Block 000000000000000000017605c1e892b5219bb01111e98918f1b31a287e9eade5
Merkle Root 0562aefc82da630288af4e432ff5c49e0f6b323da71f0ee06275c289ebcd465b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,076
Size: 1.00 vMB
Total Fees: 0.01425274 BTC
Feerates: 302.06 > 1.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,012 (273,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,769 641,769 0000000000000000000b24e760466560ef4c165b7c4ffaccba668af6cc4e95b5 3,222 1.00/1.00 vMB 191
641,768 641,768 0000000000000000000cacab31e53a590b320be8d417058553f34f0fae9665ed 1 0.00/1.00 vMB 0
641,767 641,767 000000000000000000102398b1573042fe14543327932217ef3e7981b9bf6092 2,776 1.00/1.00 vMB 161
641,766 641,766 00000000000000000001fc4e60a1653645b6c45880d16ee8d45d3861ed128642 1,704 1.00/1.00 vMB 84
641,765 641,765 0000000000000000000f1241e9dfafea5af649d145c31da599f36f8a2c892dea 1,435 1.00/1.00 vMB 167
641,764 641,764 00000000000000000008cc9dd0ca2d14cbd3adbb021796cb5baf269b8d684c4e 2,364 1.00/1.00 vMB 169
641,763 641,763 00000000000000000003c7b3c71ce6cc3aa8b282acf7408dea3ad4b1e4906ab9 1,741 1.00/1.00 vMB 16
641,762 641,762 00000000000000000007a99daf5ba6136ff7c318a148b060004c6c4e4bd8ab40 2,244 1.00/1.00 vMB 14
641,761 641,761 0000000000000000000b20b9b206cd464587830673287ac6631f704bdab179e1 2,104 1.00/1.00 vMB 17
641,760 641,760 00000000000000000002fd7712e6a700277e333da6bcf99d8d4cef4434a2dbc4 1,775 1.00/1.00 vMB 11
641,759 641,759 0000000000000000000b629577d84e1858f6a41014ab5d10d446c08ce8f1cf83 2,637 1.00/1.00 vMB 62
641,758 641,758 0000000000000000000d61e9c0f749ccf8865292fb44a6931e183fe54d3b0f70 2,364 1.00/1.00 vMB 55
641,757 641,757 0000000000000000000ca1bf0996bfe44a55ceb534f0945ea1d4696882571130 2,839 1.00/1.00 vMB 137
641,756 641,756 0000000000000000000cab9f4d6ff566be2c672fd375daafc1d3ef68721a3ede 2,229 1.00/1.00 vMB 148
641,755 641,755 0000000000000000000d3f8db10be93f533f7118300d95d59478c40630c99ac6 2,016 1.00/1.00 vMB 158
641,754 641,754 00000000000000000003ba968b053ce78dce0c57270fbe0a298caccd0bbc96f1 2,068 1.00/1.00 vMB 184
641,753 641,753 000000000000000000072a781ea5aeb67d2bce336ba24f83c85dba4d8b61a46c 2,540 1.00/1.00 vMB 77
641,752 641,752 00000000000000000002499f0d7bd783cce9ad91a1a86092d60d8a02df9c58f0 2,535 1.00/1.00 vMB 27
641,751 641,751 0000000000000000000f09ee32555f851ba7aec8d430ff145fa1b0ebe8c64bbf 2,605 1.00/1.00 vMB 107
641,750 641,750 0000000000000000000a7a403f1e0444c30de7fcdbf3a313b62e3a1c86109ef2 2,529 1.00/1.00 vMB 114
641,749 641,749 0000000000000000000bdbe20b11906c0ee0f55f2fecbdb93f489a68d2057516 2,482 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.