Memory Pool Memory Pool Refreshing

6,346 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,688 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (834,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,522 74,522 00000000003e76b4c5f8796861f8ddda9f7e3784d7aee3daad8e19f281004477 0.00 MB 1 0
74,521 74,521 00000000005e7c02f8b29e1713a0386bde7fd8d63c8df3e4445d82330bf8b459 0.00 MB 1 0
74,520 74,520 00000000007578d75f1ef3c837fa4e6cf33a3b0e5b1b40a5dc80017a98d5a06f 0.00 MB 1 0
74,519 74,519 00000000003b570f89a1b33ed40aa6029c2bf228ce942c900c0040b4c6492170 0.00 MB 1 0
74,518 74,518 0000000000a12707f759bdf009237f8865ed50e3fedb4971f4b82e563fe42f99 0.00 MB 1 0
74,517 74,517 0000000000a8c7f3a2da9a7883677fc37e73956c9729e22257caef998cabca4e 0.00 MB 1 0
74,516 74,516 0000000000120f031532c0cdf808f155d5dc73b4bec723e1ae98eb6918e40501 0.00 MB 1 0
74,515 74,515 00000000009dcb4e87e6db03d525dcdbe77860480298d963b983cca770165762 0.00 MB 1 0
74,514 74,514 0000000000415ce5a591cc58f19e415e09a2c489e1a9b1b97e26423ff4b3d425 0.00 MB 1 0
74,513 74,513 00000000003e2f56f453e559d8046cbb24c6d7b010167dd7f2c72899504d179e 0.00 MB 1 0
74,512 74,512 000000000094ee7fa1378e625cd9bbd52ca7f96c953e09fd50e4ed5a58039608 0.00 MB 2 0
74,511 74,511 0000000000b4187a1091351da6b0be419280155ea322a23d344d90b1d405a6df 0.00 MB 1 0
74,510 74,510 000000000086c8098850b249e1f65b46913877ad2dc4a06c71ef4cb01351dfc5 0.00 MB 1 0
74,509 74,509 0000000000a64ecaa493a7fc8d8a588d63f383aec7bb1289d2d7a17010b0bc60 0.00 MB 1 0
74,508 74,508 00000000002803b6df305cfb03876cdb031a8075318cd8a959a32ee039039c85 0.00 MB 3 0
74,507 74,507 0000000000277c6c6bae5da140a8f5bd7e8865963c79138b8da84e8b764f5131 0.00 MB 2 0
74,506 74,506 000000000082c82fa67eb457ba0b6f3017aa82df579441145046ad4ca6dda176 0.00 MB 2 0
74,505 74,505 00000000007f9ce53933b83d5a13f178906cd817d092d2183f0d6f3ba2b357f3 0.00 MB 1 0
74,504 74,504 0000000000297f4d66aac533f1358f528f898ae2f5210ace47d852fbad5d7f5b 0.00 MB 1 0
74,503 74,503 00000000009061ace16bdafbe3ce42dc321c0a42a6e2cb4a242b174e646bb35a 0.00 MB 2 0
74,502 74,502 0000000000a6416f7ba3c443f34f51cf17756b61dbadebd0ad9e359d9107eefa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.29 GB sent, 101.94 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.