Memory Pool Memory Pool Refreshing

13,652 transactions
4.32 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,784 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (543,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
364,528 364,528 00000000000000000b675c4d825a10c278b8d63ee4df90a19393f3b6498fd073 0.28 MB 383 60
364,527 364,527 000000000000000012099479fe8feccba23bb7e5c704678ac1ba099bcadc5ceb 0.75 MB 1,101 30
364,526 364,526 000000000000000009b79caed74b6986e02d550d2b1dce59e5f497eccecbf094 0.93 MB 1,782 44
364,525 364,525 0000000000000000113608217275d902cbe76d27d8247e9ea726220547c74f58 0.75 MB 1,532 33
364,524 364,524 000000000000000006d10283b9c1279630a4986bca00de424cee92ca8bdb8a3a 0.00 MB 1 0
364,523 364,523 000000000000000007130fb5f793c1eddb72370d0c37c8d283acdc201d1cfce0 0.22 MB 597 112
364,522 364,522 00000000000000001487093af65fbce73f60d7107a566b4e539acf4fb452f661 0.93 MB 1,560 31
364,521 364,521 00000000000000000a582443b34765316344815ae50c3543d9739f4d847975fc 0.14 MB 314 43
364,520 364,520 000000000000000001db145b3b69c69e2ce18c6af8c6d2d886f3f31fef8a3482 0.14 MB 182 23
364,519 364,519 0000000000000000027410a7b392ada52b72a88715f6940c1a7fcdc3a2ef8dc3 0.14 MB 323 47
364,518 364,518 000000000000000011e54ba7ccf59bf162e02bfce63544e5294f05d6459f918f 0.95 MB 1,157 27
364,517 364,517 0000000000000000079844db894476064be42624aa2c0263271d42b5b3919042 0.14 MB 357 39
364,516 364,516 0000000000000000024f3784099d7f069ae659e1e106dcf6de750e958fa5d843 0.09 MB 212 89
364,515 364,515 00000000000000000c0807506e70bdfb84a5919e07fe144ceb9b1cafa1581600 0.03 MB 49 44
364,514 364,514 000000000000000001e87b40861ba70416629ab646d175d7eccf41467330124b 0.14 MB 296 38
364,513 364,513 0000000000000000057f02e2d8ea9a4b6b7cd06c62b77f352c9d15bff896809e 0.93 MB 1,700 34
364,512 364,512 0000000000000000015b001aca1ba32cfedc54fe3deae0f4b724b321e3b7b425 0.00 MB 1 0
364,511 364,511 000000000000000014136f884dbf60e529a1cd296d3b321bcac22420c97be03d 0.95 MB 981 24
364,510 364,510 000000000000000006588b7d0aefa8045d5c6822e975b5d37558610f406880ac 0.93 MB 1,566 38
364,509 364,509 00000000000000001032a96af7be786c70d90e18d0d153f6633ef4395fa4379e 0.83 MB 605 19
364,508 364,508 000000000000000005dd58834d0ab70a16108c92cdccca8e64c053f32af7a90a 0.95 MB 1,596 38
Previous 10 blocks ↓
Total Size: 769.02 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,622.92 GB sent, 92.96 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.