Loading Tool

Explorer IconExplorer

Memory Pool

74,494 transactions
27.64 vMB
0.07642095 BTC
Random Selection Loading Transactions
Max Size: 168.30/200 MB

Candidate Block

Mining Attempt e667944a3a4587af8ba2e53923ca189a3bd6b00cfe8813e5e3293431d18e73ec
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root f2c4f97ba7eded15fb5ecbc1319cefc2c014cd4dad6b2c22852da5e7640871c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,829
Size: 1.00 vMB
Total Fees: 0.01739142 BTC
Feerates: 402.60 > 1.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (550,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,452 364,452 00000000000000001572e9d2c0e505352c8e5b246dea8751c16fb68943a54a86 236 0.14/1.00 vMB 38
364,451 364,451 00000000000000000584b1ff1a77e9c69d8385ddceb7b81acd1cc2e08b4bb79f 414 0.79/1.00 vMB 20
364,450 364,450 00000000000000000e32df3b93324b681e4fbb42af77d4f29a0c2ad41c21dd0d 1,712 1.00/1.00 vMB 33
364,449 364,449 0000000000000000030efd6441dc3520878727dc7c195aa3a268f33f41a344e4 2 1.00/1.00 vMB 5
364,448 364,448 00000000000000000cfaec129ec542a790b38efaf279a86e4c0f2f51542ecb37 1,237 0.75/1.00 vMB 34
364,447 364,447 0000000000000000098ac25123965eb47ba57287c7bfbeb8af66afe4b872478e 3,215 0.95/1.00 vMB 102
364,446 364,446 00000000000000000f7bbd8268e2f90e96867e3c85e91cc88a4a183eae9ef503 2,421 0.93/1.00 vMB 68
364,445 364,445 000000000000000008fcb3f849e9ff4294e367dbf5f8c298b41139329c8a5fd6 1 0.00/1.00 vMB 0
364,444 364,444 0000000000000000113bb5ead0a4bcdd1091b1f659c2f4c45a76e56ca8a2d3f5 1,210 0.75/1.00 vMB 32
364,443 364,443 000000000000000004be9ec9d3381df9e3f997ac41626fd7cd5743feb71775ed 3,459 0.93/1.00 vMB 81
364,442 364,442 000000000000000011974130333282e876c598e088c619834f0e813f922a3afd 2,244 0.93/1.00 vMB 80
364,441 364,441 0000000000000000016db025d9093c346cd80ab8f82326236a0854a5cc61f832 2,055 0.93/1.00 vMB 61
364,440 364,440 00000000000000000a94f82efb40b0e77ee5d0a0b135615504c62689adff3021 2,765 0.75/1.00 vMB 133
364,439 364,439 0000000000000000110e994b2ecea851aebff1d055dacf470684a5fef53b0d88 1,141 0.75/1.00 vMB 37
364,438 364,438 00000000000000000336dd8ed478f5b7c2e17db5e6c0a63e403e03c374c9f50c 878 0.93/1.00 vMB 21
364,437 364,437 0000000000000000024d5e8b9010d61d93550bfd022a5d8f613f7daa620456f8 1 0.00/1.00 vMB 0
364,436 364,436 000000000000000001307675ebd9763993620a1088568c5dcf1b66efaa690a38 1,840 0.95/1.00 vMB 46
364,435 364,435 0000000000000000023044ad46be1fd88b16997554e3c92ca8251fdb7c80f06d 719 0.75/1.00 vMB 26
364,434 364,434 0000000000000000088a21f972780c767273535ff810824096f980aad639610c 494 0.80/1.00 vMB 22
364,433 364,433 0000000000000000112c075368de2a1b14b542de367519b0dabdb75efa2c015e 2,175 0.75/1.00 vMB 61
364,432 364,432 0000000000000000098e51c56fc0e91e9a9453ce12ca37cb56a0551adfcae73f 2,162 0.93/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.94 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: 714.87 GB
    • Received: 17.61 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.