Memory Pool Memory Pool Refreshing

7,528 transactions
4.20 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,588 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (514,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
393,395 393,395 00000000000000000423f23195873341adfa833c26a62eca1a920db1da57ed6a 0.68 MB 1,106 31
393,394 393,394 0000000000000000051d8b973d476d3be4b4cb7ca56527e6f4349f0748c1ea13 0.99 MB 851 17
393,393 393,393 000000000000000007e975802fa76b67fe6d85deed5d263b180d34091876ae26 0.93 MB 1,645 33
393,392 393,392 00000000000000000247d4fa5a69623cf45d6f0206c1e399133a8c4195dad579 0.95 MB 1,472 26
393,391 393,391 000000000000000006e9f8a960dba492fc709d190a244befd402fe8222dab9c5 0.90 MB 416 8
393,390 393,390 00000000000000000871694e91a65e508031439fadeb068ca19169e32272eb34 0.18 MB 207 20
393,389 393,389 00000000000000000297d974deeff2bad00f96d8f52b3a65dd32d3d56ad3c116 0.95 MB 1,409 26
393,388 393,388 0000000000000000068f56a4b588c3014ab76c08c4ac0a26859b8d2fcfe3630e 0.28 MB 634 43
393,387 393,387 000000000000000005888147ce836fe8d1dfacf58451935487a10a3b1cf8a94a 0.84 MB 1,043 22
393,386 393,386 0000000000000000099a8e4e9496b7a373df25150ce1d5b5a68079d44d2fa595 0.95 MB 1,542 21
393,385 393,385 000000000000000004f7af56b19f5d2224924122144576f06db7f41d9ab62dd8 0.25 MB 77 16
393,384 393,384 000000000000000000b5b1540fb3c6c8ffad2e5f3061ed5eee63833dbbdd07cd 0.25 MB 415 29
393,383 393,383 000000000000000006b2329d868d66bcd39dd0395b56491215039fe062c09125 0.75 MB 766 15
393,382 393,382 0000000000000000039675d95d7aa23038a5e2a97d3298c5ac98f2e4f40938e6 0.58 MB 575 19
393,381 393,381 0000000000000000005db7aae1899f767dc69b708413b3957444b45c7b68bb60 1.00 MB 2,005 28
393,380 393,380 000000000000000005aa831e91e37e1b600492cb79941df55ad2abe623034bbd 0.95 MB 2,526 43
393,379 393,379 00000000000000000268146058e10878b77ab27c74487a14d60549f83f82b657 0.93 MB 1,887 68
393,378 393,378 0000000000000000000aa248d09768b26561f64f17f6731c9e4f8203eea37aa6 0.00 MB 1 0
393,377 393,377 0000000000000000064eb930de446c1b0fa765044dc4597bb938ab90cd6971b9 0.95 MB 1,710 32
393,376 393,376 00000000000000000380abcee77386d5ba5c07ad3a1a1ea790eb35c25fde3913 1.00 MB 1,241 25
393,375 393,375 000000000000000004c3260a47e966231f33682e94c14b3f5470a2891c6158c7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.03 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,626.02 GB sent, 93.05 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.