Memory Pool Memory Pool Refreshing

2,660 transactions
2.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,348 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (802,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,135 105,135 0000000000020729d7157c3239565a6b9a1b7a07de66523314c5430f20d08b93 0.00 MB 1 0
105,134 105,134 000000000001dbc957fbe83e9d38aed40c9e083b830c36890d538726b24ae1d0 0.00 MB 1 0
105,133 105,133 000000000002e6ad5ceb15cd6be3f2a230f04e7f41d8439920c0248d6b9959c3 0.00 MB 5 0
105,132 105,132 0000000000023c6444e94ca0f5240470778bf7511e32a727a07afa476ec3087f 0.00 MB 18 0
105,131 105,131 0000000000029e8065ba8478a4ccae35db2c0ef7cf303b0644b5e0c61569c504 0.00 MB 1 0
105,130 105,130 000000000000891413d31c8fea777d564f63102bb167a1fc7529e8c41aa42239 0.00 MB 4 0
105,129 105,129 000000000000d1f9e0440a174eafbcf3c3750fd762d497f8c561e0b4b317c081 0.00 MB 1 0
105,128 105,128 000000000002550908d020e221d37830c97f473a4fe587f1ef5f49af9ea52b72 0.00 MB 1 0
105,127 105,127 000000000000757c448fb8673ced6b9a2dcb51f9fba35e4aca723d1f3203436e 0.00 MB 5 0
105,126 105,126 0000000000021263c67509fdd4c582a1cbf29b48ecc4502ecc936e62c095aad4 0.00 MB 2 1,712
105,125 105,125 000000000001ff11de357f3e4d3d22e7c3cc2510b1677f252b333cb0279a0c4f 0.00 MB 3 0
105,124 105,124 000000000000091a316f9c07666670f44ce2d668ba34044c3867922402c20495 0.00 MB 2 2,475
105,123 105,123 00000000000187d530439a110a8b77b605c973bfa047b88e7d2f710e008f8f7c 0.00 MB 1 0
105,122 105,122 000000000002b21629f6a13c667509f87ecad76eb2b507c330a0a7ba379fb8da 0.00 MB 1 0
105,121 105,121 0000000000017b09187c0f40fbb45430ad14a2ea0290cba9942546cf2e96bacf 0.00 MB 1 0
105,120 105,120 000000000001a9254c6abcb7ffa51931d6b8949e92692ae13c55d76895ec4064 0.00 MB 1 0
105,119 105,119 00000000000238751d654eb685c9a729721e5900824717c74a691d2418df649d 0.00 MB 1 0
105,118 105,118 000000000002cd642933d6cde2d24c3a5ed797a1300c6a7483f0a77630b0b761 0.00 MB 6 0
105,117 105,117 0000000000026a91b6f785d60a2f660e22581eb6ee746baefce6ce510e9c9413 0.01 MB 27 0
105,116 105,116 00000000000246985bbccca2bd475404e53dbe31df94e225cafedd03577844ed 0.00 MB 4 0
105,115 105,115 000000000002341d851d7996156589b234c7de30f7ba010a8d4382ca1dc81166 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.88 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.