Loading Tool

Explorer IconExplorer

Memory Pool

80,673 transactions
30.23 vMB
0.07491247 BTC
Random Selection Loading Transactions
Max Size: 185.29/200 MB

Candidate Block

Mining Attempt 9137a76c9e3fc6c421bc9ddf9a6e773c125f614de75279f6ce508074b5674e1a
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root a5484b6e14c81508fd7850ffc6e7591cff8e324c5ed510ec268d72bb9519280f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,661
Size: 1.00 vMB
Total Fees: 0.00759227 BTC
Feerates: 40.21 > 0.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (418,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,087 497,087 000000000000000000004fdbf79437eee53f16c695dc4f85eb5392fde1733aa9 2,418 1.00/1.00 vMB 168
497,086 497,086 000000000000000000056b93c8ac5a3a519903a3e739e54c377dc4f41b6d4c37 2,071 1.00/1.00 vMB 194
497,085 497,085 000000000000000000ad1d18470f15f904b352550b473c75d4952af7507eca06 2,637 1.00/1.00 vMB 161
497,084 497,084 000000000000000000a1e8e91f2bbce1fe19840257c73b4c67d78d353fb1cf53 2,361 1.00/1.00 vMB 211
497,083 497,083 0000000000000000006e652c67c655c460feec15ac79422e652e345fad47f2c2 2,394 1.00/1.00 vMB 80
497,082 497,082 000000000000000000433b65d67348922b9a2b83c92324fedcba88c63d3d0f70 2,749 1.00/1.00 vMB 75
497,081 497,081 0000000000000000003f772067d1886d0e368d1dcfb8723423894a6fdab0651d 2,751 0.99/1.00 vMB 102
497,080 497,080 000000000000000000bae621387db348016943947aae71007682441904ed2c02 2,658 1.00/1.00 vMB 148
497,079 497,079 000000000000000000a03e6413482dfcbfdec01e567fb5a69b5c6bbfec0c9448 2,509 1.00/1.00 vMB 184
497,078 497,078 0000000000000000008a272b770edc78602da639ccce7b152d67f6848ea2d2bb 2,575 1.00/1.00 vMB 178
497,077 497,077 0000000000000000004c648f8e21a3a02cbdaeea273ace2ddaa7dc9e2a6e0ade 2,379 1.00/1.00 vMB 107
497,076 497,076 000000000000000000317bb3197f93410452b1d2c6bc119d6a7042c4e8bbee94 2,591 1.00/1.00 vMB 84
497,075 497,075 0000000000000000007f0767021356759682c4813f587d279305794437c63f94 2,512 1.00/1.00 vMB 109
497,074 497,074 00000000000000000004f0f9b45e15f85c7caf3616b98eb02f52c11d769adcae 2,431 1.00/1.00 vMB 179
497,073 497,073 00000000000000000024576f5e24a6c24812d898e3e8140089bda3e03c930940 2,675 1.00/1.00 vMB 123
497,072 497,072 000000000000000000c0fc125578a39d6b43337e03aa09ca428566555c230b17 1,546 1.00/1.00 vMB 154
497,071 497,071 0000000000000000003e2dce0d704de1fdb7ca367d4a4d02c84a212bba12b1e4 2,286 1.00/1.00 vMB 181
497,070 497,070 000000000000000000580fed37282dd76582532fb326b4b9662fc655ba369209 2,905 1.00/1.00 vMB 132
497,069 497,069 0000000000000000005d81702e2e63fb59158d5b4f90c193b9599afb1551915c 2,388 1.00/1.00 vMB 186
497,068 497,068 000000000000000000b676fd3c695952441aba18686a43ac5a5384aede834ba9 2,651 1.00/1.00 vMB 144
497,067 497,067 00000000000000000056012f11d491e6cc9ebb62f40618fec7a5a29f97b3e70e 2,164 1.00/1.00 vMB 205
Previous 10 blocks ↓
Total Size: 783.01 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: 718.89 GB
    • Received: 17.99 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.