Memory Pool Memory Pool Refreshing

8,281 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,967 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (856,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,882 51,882 000000000174d0051f6d25acbdc7392e51120c2efcb8b3086780385b52cea193 0.00 MB 1 0
51,881 51,881 000000001c2c4d6c145f6ddd45c41985898883b10c231cd31d1fef1edd9433dc 0.00 MB 1 0
51,880 51,880 000000001b0a3500a9e9d1839c21ff5a9ab34161c7fda1ac1ae0894f2fb49ad8 0.00 MB 1 0
51,879 51,879 0000000017511fe1f9d46174d0fa7e4bbd0f3495f4d8eaa67bf043c30d49b0ce 0.00 MB 1 0
51,878 51,878 0000000008bec463d7d68faa01475c082badecbef760ae7bf2adf4c537c10592 0.00 MB 1 0
51,877 51,877 0000000015de7b965ef2b6db7c642e4eac06f2489c8368eaf7ec8e1ad278e941 0.00 MB 1 0
51,876 51,876 000000001ca9220a5cd8793d188d9cb8d79ffef1cb5265a254d908945f78924c 0.00 MB 1 0
51,875 51,875 0000000009c294ffde777faef46ca0484f22a3ac181f56322b66607cd45bd858 0.00 MB 1 0
51,874 51,874 000000000edde0ff6877959f3697ac66328d2b3d9d22adb466e20185761d99b9 0.00 MB 4 0
51,873 51,873 0000000005a6446b3078a940bec138b1ac7c1693a8cb95e4f357197cbd7cdd25 0.00 MB 1 0
51,872 51,872 000000001d333db980303daac6fdf2408f26f8d940a55428c9497f385a3d5320 0.00 MB 1 0
51,871 51,871 00000000193914f7b4c9a213b4bb50d6f9e3e6ab3b19013559ef0cad2013d6d6 0.00 MB 1 0
51,870 51,870 000000001fe1678e65b4499b1bf805f8bb3f8e596f081cb0bcf222bfc387b4f2 0.00 MB 1 0
51,869 51,869 0000000009c8ccfcd4d64ad2a1a33f5d286fbdf63b2fa7f4b0801ba5d9a71651 0.00 MB 1 0
51,868 51,868 0000000015c314ff0ca23d5ffb850c688a1b3ef0d65c6cce0be18156c0c32d87 0.00 MB 1 0
51,867 51,867 000000001c62295c42735f6726726a1a163eab0f1b50f1ca120f09a059c4bcac 0.00 MB 1 0
51,866 51,866 00000000050a2f274055b8309b121e077b806d58672b9a98e202aa9dae83b7ee 0.00 MB 2 0
51,865 51,865 000000000f954de417304923e3fdeff789b366c741bd03a17d449fa554df2e56 0.00 MB 1 0
51,864 51,864 0000000000d2880eb50e2430f8ba7b29872db239d625a6595ff34e4a615303e4 0.00 MB 2 0
51,863 51,863 000000001d93679ef36e16d110cace1c8a25265418306435d7198529d8997e10 0.00 MB 1 0
51,862 51,862 000000001818978504984adc9abad13326b15fc7fdad9bdbfe64c96382d65873 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.39 GB sent, 98.33 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.