Memory Pool Memory Pool Refreshing

1,108 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,089 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (425,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
481,770 481,770 000000000000000000e1077f52e2cf988a8a3a190eb47f478a00dce35b9b3eb9 0.99 MB 1,651 260
481,769 481,769 0000000000000000006bacad45004f05250815e14226417e8ec7af52fb760a54 1.00 MB 1,991 374
481,768 481,768 000000000000000000b7036a31cd2899f33e9c6800a2ce0ecd3fb50a1d20f149 1.00 MB 2,579 344
481,767 481,767 000000000000000000da84d30033923aa5fdc5febb60c1544f13a8671c21b5c1 1.00 MB 2,334 477
481,766 481,766 00000000000000000124129ae3a699e455168f9f5d598ef0bbb424f8243b82f7 1.00 MB 1,979 224
481,765 481,765 00000000000000000082443a260ca5d2086f2ba76f21d35f71fba288ba75b94e 1.00 MB 1,902 297
481,764 481,764 00000000000000000130229d69ef544cdfc1679a659e2b708c92589f21e16e7f 1.00 MB 1,772 426
481,763 481,763 0000000000000000009d2e9b7a984d55c6c99ba62f98e9bc7dad8b1e779045a3 1.00 MB 1,910 295
481,762 481,762 0000000000000000002d1fe6decffdbe7cdb14c4bcda0e5879b70da8eb810d69 1.00 MB 2,317 158
481,761 481,761 000000000000000000727ea23a01acaa527045c0cc4e793e0bd74ca6eca0bad2 1.00 MB 1,662 180
481,760 481,760 00000000000000000029c72eb5b9e740275c1798aafb814618a1f8faef6caf5a 1.00 MB 1,925 222
481,759 481,759 0000000000000000006bbb7fb15eaea51703fae52457d37a612a6bce220ab607 1.00 MB 2,127 258
481,758 481,758 00000000000000000130a9c465b7e42ba7aca977742bd46cae990eab38813eda 1.00 MB 2,250 328
481,757 481,757 0000000000000000007167d917ec3d80414379e809096e104f49eb783b22d8ca 1.00 MB 2,129 419
481,756 481,756 000000000000000000ef1c46e75f0195af1113ed45b194adfa37d7bea6833621 0.99 MB 1,465 163
481,755 481,755 000000000000000000ba3f523c3cfb24e4360d50820c2607b73d51069c072cca 1.00 MB 1,629 253
481,754 481,754 000000000000000000d60276f02873afefddd7431fe2fb94383d76c0db828c77 1.00 MB 1,955 261
481,753 481,753 000000000000000001040d071542ff0f282ca823794e1a7972b9a225ff1e710d 1.00 MB 1,812 240
481,752 481,752 0000000000000000000db3dd779eb45febeed811ce6d259a4e0c6fd6726dacc9 1.00 MB 1,698 385
481,751 481,751 00000000000000000040d252eedd05d65326c950103d65b4f4ba1a951595b153 1.00 MB 2,368 422
481,750 481,750 00000000000000000065cab1869af3f7d8d094b6da43e5aea1069413f15a7fe9 0.99 MB 2,150 416
Previous 10 blocks ↓
Total Size: 769.10 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,629.01 GB sent, 93.40 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.