Memory Pool Memory Pool Refreshing

60,952 transactions
29.93 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,377 00000000000000000002905c0000000000000000000000000000000000000000 ago 1.00 vMB 3,589 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,376 (34,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,276 844,276 00000000000000000001a649f360aebec7bd80af08b1d53ade999c4d621bd45b 1.84 MB 3,878 9
844,275 844,275 0000000000000000000174e400133c85ffc7be124defc1cdc7d7ae88044c27cd 1.78 MB 4,006 10
844,274 844,274 00000000000000000001e5068ad5721ac71a1a2c5a5af8c7f25d9cf37f2fd24c 1.83 MB 2,006 17
844,273 844,273 000000000000000000027b690c104fbc455123f9c42e8fece799294cdb82dd2a 1.64 MB 3,430 15
844,272 844,272 00000000000000000001ab81bfa0858c712c3a23bf485a4fda01971dd0b2ea45 1.76 MB 6,201 8
844,271 844,271 000000000000000000006c4ead2a35bb69ac9b24c118f5644e1a26e006cfbadb 1.72 MB 5,546 9
844,270 844,270 00000000000000000001d91530e318de288947f7fb06b1c8f18b3da903a7cec2 1.70 MB 5,247 8
844,269 844,269 00000000000000000003529dbe19a0e4db43ad2f52432860c46f6e9fd55a46c2 1.57 MB 4,198 7
844,268 844,268 00000000000000000000d3b6ec71897cb69b47f5cb3317bf9828b96d6a37a6a0 2.00 MB 3,272 11
844,267 844,267 00000000000000000001e863be1d1f5e103605b592ba7e584d87a8b8902d73dd 1.76 MB 3,755 12
844,266 844,266 00000000000000000002cfc6826dc099e018b1ce5dfc0a3570c99dbc1da9c86e 1.96 MB 3,118 13
844,265 844,265 00000000000000000002dbe5c3af5696300cc897793ff96cf0d6d930c117d820 1.72 MB 5,226 9
844,264 844,264 00000000000000000000fdfa50efe03496c38539a588e702aee3720c778fd502 1.68 MB 5,785 8
844,263 844,263 000000000000000000031bfdab38021da59d3645e11e8e3671d350f1053292a5 1.70 MB 3,831 9
844,262 844,262 0000000000000000000067a0b88366124b9e4a2adb599209fc10e10df596ad36 1.70 MB 4,106 10
844,261 844,261 00000000000000000000c1009f6314d8509e80385f04f309039a7f6c9338c8fc 1.87 MB 2,985 8
844,260 844,260 0000000000000000000063cd86b357112d372431ae5513fe5cf9b8e202d1d32c 1.65 MB 3,126 19
844,259 844,259 00000000000000000003404c84da4dbf798bc2a6d4de0eccd5a2b4c1c7948edf 1.85 MB 2,821 9
844,258 844,258 00000000000000000001b5a42f129346fcd0e01a8e0c22806760cdee154eecf9 1.81 MB 2,427 10
844,257 844,257 00000000000000000000d8067fe2e109c2b668f790b7a709e0b3701ddc3277c7 1.75 MB 6,366 7
844,256 844,256 0000000000000000000054061cd09c32d07462a0cdadfbed024fc950fc901b4c 1.75 MB 3,650 10
Previous 10 blocks ↓
Total Size: 715.10 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,375.15 GB sent, 40.37 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.