Memory Pool Memory Pool Refreshing

4,426 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,982 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,811 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,981 (778,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,214 129,214 00000000000001b9485adbb191fd0e58dbbf1a108e06a9532ca580b2ae33bc2e 0.06 MB 167 570
129,213 129,213 000000000000064f0ee92d4eeafcd0b01ade46acb598e376cb496a7f2daaf0d0 0.00 MB 11 1,893
129,212 129,212 0000000000000cc6a75b38c6f8461263a0fd0204c583083edd0adc4671db934e 0.01 MB 21 2,523
129,211 129,211 0000000000001d3a6628efc8611ad10f940aea3f5e525e339f7f359c6bca70c5 0.01 MB 17 274
129,210 129,210 000000000000038de26a3ff651fe2db022d057c87b11851a7ac4988ffc927212 0.01 MB 11 356
129,209 129,209 0000000000001c11d58b226d02b618a83ee932029c704d80f218cf1c96063c78 0.00 MB 10 0
129,208 129,208 000000000000126a24521965ea614bd6c7763a13ee5414fb90d9230fd1fc351b 0.01 MB 16 1,378
129,207 129,207 0000000000000e08360c0bc8542479907119db59b0cd281e11a17d9021fe72f5 0.03 MB 106 152
129,206 129,206 0000000000001a184bbe2607ac8bb4ab98eb5317b5b49eec45ed8d3cf1e5dd71 0.01 MB 14 263
129,205 129,205 00000000000013a79d6753c9f2d556508a639d94126f6916c3428d2babc8632d 0.01 MB 37 431
129,204 129,204 0000000000000d35a16951079a5ab6c0b55fef5330e42a991e56f87599455dd3 0.03 MB 60 1,041
129,203 129,203 00000000000003fe0c58e84c9ab6ae1ecee1127fc45b25c8b934bd1c747ddea5 0.01 MB 16 1,136
129,202 129,202 000000000000024ed4b7aa6c44eb3e6354c77668ae940629507e6993b9f78ebc 0.02 MB 47 869
129,201 129,201 0000000000001b7bc14e0f55a2b0674b7d34f9e4e887ee8f9fd0ed9ccd902e18 0.02 MB 56 2,304
129,200 129,200 0000000000000c35365877efd5cb4ac783d93477325d5ed4382c99f10edc3f18 0.07 MB 209 320
129,199 129,199 000000000000144fb73d61f3ba4bfb659b5ac95767e272bdaaf1071932244698 0.00 MB 11 0
129,198 129,198 0000000000001d911c4ba49fb8e85c411d0bb1848c7b5ba3909e930cd3a33d03 0.01 MB 25 1,278
129,197 129,197 0000000000001135d15e1949936cd45a144b2d88ca4afdeaf04fe3804bcc2a07 0.00 MB 7 882
129,196 129,196 0000000000001b40e0f25142873d455f6ac96e667344ae6dedb1ac63804639ed 0.00 MB 3 1,141
129,195 129,195 00000000000001c2e47e5150f3b1d511ecbcea8a244d84eebd096deecb4b38ed 0.03 MB 109 140
129,194 129,194 000000000000045e0b842bb0a3049232e61fb8d587d9e53ef636bad671f31bf8 0.01 MB 15 1,678
Previous 10 blocks ↓
Total Size: 769.51 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,647.39 GB sent, 95.51 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.