Loading Tool

Explorer IconExplorer

Memory Pool

80,665 transactions
31.00 vMB
0.09422065 BTC
Random Selection Loading Transactions
Max Size: 187.72/200 MB

Candidate Block

Mining Attempt 353b9d5c2fb2339a7905922110986ac6c1e11b637bf7a29b509083e6f9647296
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root 3e6d807b9037d104439947a2151ca7eb4f82f2f3cb074d7ca528c6aed1ad789a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,182
Size: 1.00 vMB
Total Fees: 0.01973604 BTC
Feerates: 106.51 > 1.98 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (418,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,089 497,089 0000000000000000005c16a47c949d1aa5df12304adb9acb12d383a2c050ac07 2,444 1.00/1.00 vMB 186
497,088 497,088 0000000000000000003d913c96cea4045c0ab99aa371720285140765a5472507 2,721 1.00/1.00 vMB 134
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
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.