Memory Pool Memory Pool Refreshing

1,245 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,608 (903,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,715 4,715 000000002a05ba76ab6d662d62679bc3b04effd6f3c3345ebb9e5331f8053473 0.00 MB 1 0
4,714 4,714 00000000a383976c25e2877bfd93117cf1df074c9f16a9d687dfb2aa55bac1c3 0.00 MB 1 0
4,713 4,713 00000000997e91910e76da16f8207862bdad141504816c81e66c5df0bce1f24d 0.00 MB 1 0
4,712 4,712 000000005439691d25a97a4fcc33a982e745618a4e42ca2088ec418caeecb80a 0.00 MB 1 0
4,711 4,711 00000000b16e03d850b9eee7f0aa099f3f611d6cba11e30c3781d0eddece526e 0.00 MB 1 0
4,710 4,710 00000000f26d5ffd03f51adb5e1e592fa8d66a5e10c83ad5d4614f351abdb1f8 0.00 MB 1 0
4,709 4,709 0000000040c6b1f9f568a56c3b3838916f0cbb2c3ecfe0f49fa14e9c537483ff 0.00 MB 1 0
4,708 4,708 0000000044b3121de12d1bbf5b5a6b1b78ade1373c01cc44b064e6552fc24491 0.00 MB 1 0
4,707 4,707 00000000f097957affb589cbe6e4f3c79fcf466a9848f0d3da1ee3f8dfc61897 0.00 MB 1 0
4,706 4,706 00000000636f4b6f9c7576fd3b5e325248fdc85741f0658e5d4f161f7e6d7996 0.00 MB 1 0
4,705 4,705 000000004865ee4434a66a9bc8a803a64d696132b2b00e24b23f45d49ac10572 0.00 MB 1 0
4,704 4,704 00000000466a967e8b5c1c483f221fca9f399bafae18f95822db0bc37f118f0a 0.00 MB 1 0
4,703 4,703 00000000523ea570173e660ea90db89102290078c4bf095f328c8f8609c11afa 0.00 MB 1 0
4,702 4,702 000000001f4a0a1f256b1b8d2a6d62eed2751994d00df816bbfb27ceecd908f0 0.00 MB 1 0
4,701 4,701 00000000d6be90582197a2edf3a3a69b11a0672ff4131f2554d15c750678ac57 0.00 MB 1 0
4,700 4,700 0000000050cbf0bb4491affd04777b895195114a6a2dea7bfa51f1626d58c1ef 0.00 MB 1 0
4,699 4,699 0000000062b33a11bc5a429dda8e81b8119cda4a4b5e638b8b8803651c302e99 0.00 MB 1 0
4,698 4,698 0000000058443a2d2ed22c6dc6f85c9df598647d7bfd2fc9142c44794b811ba2 0.00 MB 1 0
4,697 4,697 000000002109eb6940db1ba3cac1934cd98473311c28aef747dadaed24a2e26e 0.00 MB 1 0
4,696 4,696 00000000838a16bc7957a506d10f89105474d44030909f190b495cfaba0ef670 0.00 MB 1 0
4,695 4,695 00000000b8314d4d94ad5b613e77aa99f21b515ff64d5c18265e7eb4afa1f4bf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.73 GB sent, 101.09 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.