Loading Tool

Explorer IconExplorer

Memory Pool

45,011 transactions
28.68 vMB
0.06569414 BTC
Random Selection Loading Transactions
Max Size: 152.65/200 MB

Candidate Block

Mining Attempt 627d11d5c5ac0a6d7aba9e19d896b283eb3efc9a024453c8be54cfe68877ac9e
Version 20000000
Previous Block 00000000000000000001715c951c8d4dbbe4a6e37b8651db580e2cce2f31d5f6
Merkle Root 7e459511e598f192bb94204263bc70cc0327078121b2f66103dece68d459b8da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,593
Size: 1.00 vMB
Total Fees: 0.01123587 BTC
Feerates: 301.60 > 1.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,857 (551,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
363,247 363,247 00000000000000000b9977ef44a1f5057de24d4323baf4eca0ee9c3f8d13e55b 1,507 0.45/1.00 vMB 91
363,246 363,246 0000000000000000071cdee5bfd6928b1dac1476072fa70a86ad6e61fb9615d4 1,097 0.75/1.00 vMB 25
363,245 363,245 00000000000000000609a7d46c0f4272316d9e6a2c03321ef8e956efdbeda273 1,669 0.99/1.00 vMB 30
363,244 363,244 000000000000000012c68c9648b30fb729548db6502e4ad74069bb08d297fcea 156 0.08/1.00 vMB 27
363,243 363,243 000000000000000004ddd2cce5d415fda732ef9152c2cb17ebb8a72a598d8de7 996 0.75/1.00 vMB 24
363,242 363,242 00000000000000000ca9a56dec595bde45ae7492e0c1e5fe5647394c1bbe4434 894 0.75/1.00 vMB 26
363,241 363,241 00000000000000001554c45070bcd651cdd40b390ba0b44b168268e01ca91626 1,778 0.75/1.00 vMB 48
363,240 363,240 0000000000000000081a0692ca09f1b9a16e44d10984540568d0a6890894e3a1 1,688 0.75/1.00 vMB 39
363,239 363,239 0000000000000000128288c3c8e751f6bf156eac59babbfa5df9347212b2ef5b 1,947 0.75/1.00 vMB 53
363,238 363,238 00000000000000001131189e23b7efa18916660454d64bb84441d6b5e6cf89b3 1,969 0.75/1.00 vMB 52
363,237 363,237 0000000000000000006b8ccd591d9d8206eb9c426d2f11614b769622d812caa8 1,567 0.75/1.00 vMB 33
363,236 363,236 0000000000000000097eacd70f60104f137f732444936b5adc50adab6624b357 1,222 0.93/1.00 vMB 24
363,235 363,235 000000000000000013c7a4c19beb823762a6b5912a8fb9e46c863cedb377f37c 1,387 0.75/1.00 vMB 31
363,234 363,234 000000000000000014da24280684a2f4721d056d5eb93fd2b86b2519b61f71c2 512 0.75/1.00 vMB 15
363,233 363,233 00000000000000000635d0c91c3550a5528a42f54a308f636dbb1ee80910295e 1,465 1.00/1.00 vMB 27
363,232 363,232 00000000000000000aaa7575352f3b493b9e23216ed3ddd166fad96e02bee09a 1,402 0.75/1.00 vMB 35
363,231 363,231 00000000000000000e53876035953fcb4533027fe2d4ecc8b9ac6e3ea17d2286 1,819 1.00/1.00 vMB 27
363,230 363,230 000000000000000001ddac557e37b609260472f72ffed15f4de6021098e4f6d7 2,447 0.75/1.00 vMB 48
363,229 363,229 00000000000000000cbafcc39e37c5174e1548e752ef237108e3848b9d0c7c6b 1 0.00/1.00 vMB 0
363,228 363,228 0000000000000000147c9fe30da121798315992f15e58955621aa520a402b456 1,999 0.75/1.00 vMB 55
363,227 363,227 00000000000000000ae61c0aceee40df252eafe53dcdf6f34c76898871e79c1f 2,222 0.75/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.14 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: 652.62 GB
    • Received: 13.79 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.