Memory Pool Memory Pool Refreshing

3,646 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,636 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (598,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,234 309,234 000000000000000003a67945c8025427578b93dca5d848b24935f0b066241ea0 0.19 MB 385 39
309,233 309,233 0000000000000000146e4e54ec9abeea7943fc2759ed1dce6ddaf90c7bbe9c52 0.33 MB 318 19
309,232 309,232 00000000000000002558bf539b68a232c4cacb3dc5dfd6ef32a4e1e189044663 0.41 MB 831 37
309,231 309,231 00000000000000002c4302c290fc82dcbcf3dedd44544f710602ec9ca261e04c 0.17 MB 237 25
309,230 309,230 00000000000000002f5de2143e6bd0208a92026d1996437b909276d237683766 0.05 MB 139 35
309,229 309,229 00000000000000003eee35ae2a2d1142470206bdfdf8b58234f31e6bf617050d 0.29 MB 598 44
309,228 309,228 0000000000000000292ff4583ddc61a4212516ef079d09085785b7d81a8b619e 0.23 MB 396 25
309,227 309,227 0000000000000000348af1c07846351136ad1901bfb75721158933c428cf9906 0.08 MB 256 45
309,226 309,226 0000000000000000186bd7e0324c09ead6e897b938fc1dcb0639280aac9e24b0 0.32 MB 719 45
309,225 309,225 00000000000000002441fa3a114683467bec236dfafeeface0e7dba067177e37 0.03 MB 65 33
309,224 309,224 00000000000000003b78f8f5a6039996384eb809aebf53d68fae5641b76cf12e 0.16 MB 316 25
309,223 309,223 00000000000000000227863a66b6fdfcc71ab249ad9156ea2ab8c1c158670ea0 0.09 MB 256 69
309,222 309,222 00000000000000001608b25d6f0737510e895d8de7bc3543fe281a36d49462f6 0.66 MB 1,128 27
309,221 309,221 00000000000000000501bf4b6dc11001260ae41bbff78235d8ac9fa17ae4372e 0.02 MB 36 34
309,220 309,220 0000000000000000250c19e495d59f18f1038ad5dd9621d752f1650461acecee 0.24 MB 373 27
309,219 309,219 00000000000000001d0686c79b2e168493e8fa49b569ff50e6a9371136d884b6 0.08 MB 151 26
309,218 309,218 00000000000000003c90da7a7c55c951db9e597f83073f649a38c5d52ac731a9 0.11 MB 230 33
309,217 309,217 0000000000000000342e57cbbca5c25f148a8822374f715fd1707b2072f08ad7 0.06 MB 130 30
309,216 309,216 00000000000000003d18c93d328018c347b2941e097434675c00735af885f633 0.33 MB 330 27
309,215 309,215 00000000000000001c24d37df9747b95de554c7745a9fbe0abf46140874d6d64 0.20 MB 512 38
309,214 309,214 00000000000000001242b0dd7328e61a3214c66737365f4fa77323f476d79ff3 0.18 MB 88 12
Previous 10 blocks ↓
Total Size: 768.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.57 GB sent, 92.76 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.