Memory Pool Memory Pool Refreshing

4,347 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (404,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
503,619 503,619 000000000000000000666c36cae23672d17082d992924dac2761efe0ede79420 1.03 MB 1,916 350
503,618 503,618 000000000000000000610a8a3e5416e1424f8ad61ce99f1e24ef281df8f0c1c0 1.09 MB 1,791 467
503,617 503,617 0000000000000000001643b7217aab98dfd73e16b20feaa7cee57b3fae837a18 1.03 MB 2,444 509
503,616 503,616 0000000000000000005f44741f0b08d17acbcd96c4fbb203996993632a887d4f 1.13 MB 2,863 582
503,615 503,615 0000000000000000003e035bd08f111a9dc97db810cf763d935f8138adeac2fd 1.07 MB 2,215 439
503,614 503,614 0000000000000000000c6d2135a0352765713df7a68dffbebf79bf5192788586 1.07 MB 1,653 368
503,613 503,613 0000000000000000005cd841d55b5f1dee035145bf96e5e9c0c6d5a729159ac3 1.08 MB 2,068 374
503,612 503,612 0000000000000000005048da3ecea6695cb217ebf85f1a03fcf11c006de078c7 1.11 MB 1,113 209
503,611 503,611 0000000000000000007686c9f9dc3ab1cc72edd073ed8f210291818e7dce4a7c 1.05 MB 1,709 515
503,610 503,610 000000000000000000396204a5501a8e5d80a45871f19a74b43b373530a97ac6 1.10 MB 1,397 204
503,609 503,609 0000000000000000008e91d692da47f65cec3f4555e82412f31f978b00b9bf46 1.01 MB 933 214
503,608 503,608 0000000000000000008c290a88adbc1fbe1793073704281bda4ee704db673f9f 1.08 MB 2,035 338
503,607 503,607 00000000000000000030f15271ab87809b8fd6d8acff2700b0ae41e32490896b 1.05 MB 2,205 517
503,606 503,606 00000000000000000047837d7775c2278bb443550c713379a39e2c2399b2a3bd 0.00 MB 1 0
503,605 503,605 0000000000000000005bbb3d90dfd3562542bac26cdbfc93939b3e7c04153ea3 1.06 MB 2,183 291
503,604 503,604 00000000000000000036942b34c7d52b77db82d32c74c1962593c70880af7320 1.07 MB 1,589 295
503,603 503,603 00000000000000000054b86fe43d7d8d9e7a8337783ea5bafbc6c512a6512356 1.08 MB 2,366 471
503,602 503,602 00000000000000000002995b8baa4e2d62b023386bdbdf350b7abc2a906dc90d 1.06 MB 2,995 521
503,601 503,601 000000000000000000109d5538df46843dec477c89de48dec398f477fa5a9a72 1.07 MB 2,629 561
503,600 503,600 0000000000000000000268abb288eba8fad4627338187f03cda218d09aa3377f 1.04 MB 2,257 399
503,599 503,599 00000000000000000019753ceddd980af44e3377fe878331d5c5290bb806fa45 1.05 MB 2,497 486
Previous 10 blocks ↓
Total Size: 768.97 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.64 GB sent, 92.67 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.