Memory Pool Memory Pool Refreshing

15,390 transactions
20.37 vMB
Show Random Selection Loading Transactions
Max Size: 110/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
880,352 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 1,275 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,351 (114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,237 880,237 000000000000000000025a0e96f95cb44fef0913cfea3a9421100bbd0a65b898 1.64 MB 3,128 8
880,236 880,236 0000000000000000000044a46fbd4f7269e69658ad3ec6cbe84d520d0d0c8ca0 1.62 MB 3,247 5
880,235 880,235 0000000000000000000123a9f409cad558f4e269c4aa9cd5690c670c484e694a 1.60 MB 3,597 6
880,234 880,234 0000000000000000000070a3f01649109da51b78bcda8fbe9261c7bd1ef364ad 1.72 MB 3,102 9
880,233 880,233 000000000000000000012c175cd1df426555da67b02545fc4709a59f2bb07874 1.79 MB 1,801 4
880,232 880,232 00000000000000000001449d76fc3f5c195217d9e4331c04c136bff9783bf368 1.59 MB 2,942 7
880,231 880,231 0000000000000000000145ef1bd959e17a9ab067b2b1343e553dd527973c9a00 1.69 MB 2,448 6
880,230 880,230 00000000000000000001505ed7ab16a698bd2bd1eade4b968f225b508fca2edc 1.79 MB 2,844 7
880,229 880,229 00000000000000000000778ded362579e7b5db2f6482852a2585c37786dd7080 1.83 MB 2,428 6
880,228 880,228 00000000000000000001955e9223c3a9f1425c78c5e159b3a13643de7e445858 1.61 MB 3,598 9
880,227 880,227 000000000000000000004cf851cb77a03a2e7a8d1ec1bad7361814757f49a4fa 1.54 MB 3,251 9
880,226 880,226 000000000000000000007a710abe4302be29d9c188d1e700251cc04125b63d59 1.71 MB 2,862 6
880,225 880,225 0000000000000000000207fa3335ef2bd21c46d6c8797b427a4d158a25b9a18a 1.61 MB 3,184 7
880,224 880,224 0000000000000000000278725464d8d67ad316d7932babc717c6a1a7ba60b0d0 1.69 MB 2,826 8
880,223 880,223 000000000000000000027a7a86a1f1eddcbc64819a614be4bba86e6b0947570d 1.69 MB 1,284 4
880,222 880,222 00000000000000000000b03899459a8b59a33be3e529d920c0640eaf8bbb604e 1.71 MB 2,916 7
880,221 880,221 00000000000000000000a8c86d8777fd891d07308b13cf03680300636ab10fa6 1.74 MB 3,031 9
880,220 880,220 0000000000000000000081431afb1ff783415e3a64a4f2fefc6e2ec2c2cd63bc 1.65 MB 2,203 6
880,219 880,219 00000000000000000001891142016d947c7b9fcf86aa29053d7b6a809c9f0c90 1.62 MB 3,677 9
880,218 880,218 000000000000000000028895f2c47b19698c143465ac277219d0250431ddddef 1.67 MB 3,028 7
880,217 880,217 00000000000000000000f1112e4e2a63547920f5e17a56fa9435ec56dd547c65 1.66 MB 3,364 5
Previous 10 blocks ↓
Total Size: 719.05 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,805.67 GB sent, 60.42 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.