Loading Tool

Explorer IconExplorer

Memory Pool

80,882 transactions
29.94 vMB
0.07613686 BTC
Random Selection Loading Transactions
Max Size: 180.59/200 MB

Candidate Block

Mining Attempt 92fae733f2bf796319eb2ec4b0840a14091a2602ca02dbbccddc76df0c762d52
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root eb05c1974b01a344a4c910c9cc3b40536db089848868acfb838437b99b93f0b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,159
Size: 1.00 vMB
Total Fees: 0.01490583 BTC
Feerates: 502.67 > 1.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (310,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,263 604,263 000000000000000000080075254f867a6cbf7cb7b274e0db5189f900cba339b0 2,755 0.87/1.00 vMB 2
604,262 604,262 0000000000000000000b9b4266b41917a8c8b0e2f197daeb3277f3c5320a0ad9 3,157 1.00/1.00 vMB 17
604,261 604,261 0000000000000000000245d6a150a63fdeb7b5fd4a1da845e2b3e04cab4d09e8 2,693 1.00/1.00 vMB 27
604,260 604,260 00000000000000000002e347026ca276fc5035f637deea48c6386c90504f042b 469 0.22/1.00 vMB 16
604,259 604,259 000000000000000000030673d5366c0f7512caf92d017025cd3ed4acdf597d1e 774 0.44/1.00 vMB 8
604,258 604,258 0000000000000000000196cdd86dc8b6b6387a0649840a63e0e3f1f257f126f5 1,307 0.42/1.00 vMB 15
604,257 604,257 00000000000000000015f3bf788be4f03b2b375271b40e57964f4bbecb4da8a4 1,532 0.46/1.00 vMB 17
604,256 604,256 0000000000000000000eba1d9daef884cbecc0f3f89641237aebf92c056fb9fc 1,022 0.27/1.00 vMB 12
604,255 604,255 00000000000000000010cf56d6dd19e17883bf27436d92abb977e1237952157f 1,255 0.45/1.00 vMB 16
604,254 604,254 000000000000000000055f450c82e1a87ee772c1100affedc73ca894ae2c08cc 2,045 0.54/1.00 vMB 13
604,253 604,253 0000000000000000000f8e7a3c92bbf8e485613e119ff876c1180c9ac08bf1e2 1,983 0.59/1.00 vMB 2
604,252 604,252 000000000000000000030f4bb4d7268cce91340a7ed938825018f2064e404829 2,923 1.00/1.00 vMB 22
604,251 604,251 0000000000000000000596c9747f4c0553f43f564f1553a8e820a7fc3b4e1015 1,933 0.70/1.00 vMB 11
604,250 604,250 0000000000000000000c05ca5cf6c8ce237131d657c6f0f8fa4c789cb88c0b2a 3,110 1.00/1.00 vMB 18
604,249 604,249 0000000000000000000e72dc171128b7756595fbf3a14fbed24a542780432e0a 1,922 0.57/1.00 vMB 16
604,248 604,248 0000000000000000001525788ed0d9c01ff4050b54af22d953ad009df8b05fcf 1,354 0.43/1.00 vMB 16
604,247 604,247 00000000000000000007421eaa3678762463ae0694419af151e2eedf12a4efa7 898 0.24/1.00 vMB 14
604,246 604,246 0000000000000000000588cbfa27f2f01482bd29e64ff4a1bd2afefa1a5f9d9e 2,303 0.72/1.00 vMB 13
604,245 604,245 000000000000000000082967e4a7a625f802f415eac15b618594033aa8e1f529 3,383 1.00/1.00 vMB 13
604,244 604,244 000000000000000000092a1f0933c19178985b0f9d4a4b410f3cfa0cd08beb13 2,485 0.91/1.00 vMB 6
604,243 604,243 000000000000000000048013b78ba0261e3b722fe879f5b9a65ddb0b966cdd25 903 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.86 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.