Memory Pool Memory Pool Refreshing

974 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
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,603 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 951 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (842,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,934 65,934 0000000005dd39d8c30879c8c6b216f04a81f06a96a6ef43fe7b356dc9313353 0.00 MB 3 0
65,933 65,933 00000000043e317726c1d9fb0bccc594ff3224df06ccf525e8833085eebffc66 0.00 MB 5 0
65,932 65,932 0000000001fa7f38b2cb5d8d40db87f47870b2693fdba2e54ddf317e2c576204 0.00 MB 1 0
65,931 65,931 0000000006e646c8be8861c729c49f68f5831ede05ba7c1af87f1490f879e982 0.00 MB 5 0
65,930 65,930 00000000049a0b9f73cde9100b86fba03d8f55e01a4a819f9cffe4812f9a5de2 0.00 MB 7 0
65,929 65,929 0000000006e503fc253db2c02abafb0050bf233c0626ec8f277919d7b5abcfdf 0.00 MB 4 0
65,928 65,928 0000000007eadae1c8520f5bcfa8e0501cce146ad18f9a7dbf9b39a5db830898 0.00 MB 8 0
65,927 65,927 0000000009b138fe875e9ceed9c7eebc24ffa4e58b2009be9180866d462c7107 0.00 MB 2 0
65,926 65,926 00000000047cd4cb828b95efbbb2d5111d79bf69932b145ffcf4c0d9816b29b6 0.00 MB 1 0
65,925 65,925 000000000031be87d91eaab9bedde72dbcea9155c1e7f2dff4340160abcfdf98 0.00 MB 12 0
65,924 65,924 00000000000dcab18297f25a9e5406f7a08d5655c9eb90c14cf5491d5246f7d4 0.00 MB 5 0
65,923 65,923 000000000159a38ce1720baca4f00b9b1f64119e9ddf6abd5ed674c461cbbab0 0.00 MB 2 0
65,922 65,922 0000000008ead96955fc1be215e8fb8a4238bdf75a28dc04a52c638f5ae05ce6 0.00 MB 2 0
65,921 65,921 000000000a05afac04c21c982c84b96fb75b336aca1465c8493471fa9c3cd901 0.00 MB 3 0
65,920 65,920 000000000208c4de568f3a0aa2dceceec9ac9a7b36195258225265ab37e13a5a 0.00 MB 2 0
65,919 65,919 0000000005584771ecb669284cd5cc7f663462cf7d82b6ddc36eb62b5050a8aa 0.00 MB 2 0
65,918 65,918 000000000380a6ba3462e30e1f2e016153b681d2a80656ba31414a914738986f 0.00 MB 1 0
65,917 65,917 0000000002e690c2a59bca060712cb7259a56ca7128c307608d299aa2c43330e 0.00 MB 3 0
65,916 65,916 0000000005f9560c8a31cfc15a8bc77cb162dde9121aac3a98c5dcbdb588f426 0.00 MB 12 0
65,915 65,915 0000000002954fce4ef8fe5b7110df9a85c28c8f8f05daa546d51c2d9c88e9d3 0.00 MB 2 0
65,914 65,914 0000000004e6ea8cb60617bec999f5730f9f4051b6e29f50222a6a887bf877c7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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.55 GB sent, 101.04 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.