Memory Pool Memory Pool Refreshing

1,841 transactions
18.97 vMB
Show Random Selection Loading Transactions
Max Size: 77/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,324 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 1,645 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (826,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,356 81,356 000000000001a1eb2ecdd73d9b9a1c2ebc65e72570f387b34e531d2c0694710a 0.00 MB 3 0
81,355 81,355 00000000001f363cabd9501fcaff52f9e3ce7510aab39c3813fb9432458b7661 0.00 MB 6 0
81,354 81,354 000000000026ffe8d87c6ceff51e63cb5ef6677e987bf46815e52dfd89727617 0.00 MB 2 0
81,353 81,353 0000000000118e510e85e3975ad275177460bcb9be02a9dc37eaff7a186ae7c0 0.00 MB 3 0
81,352 81,352 000000000046296752b37a5e10c3824971b9400ab210bd3f2663413838b4e842 0.00 MB 3 0
81,351 81,351 000000000015f3ec85243b45f2e61f5bd2fb29c184822a5fe7c48933e6fe15b6 0.00 MB 1 0
81,350 81,350 00000000002bef3e9fa07f1a64902508a2fa35a1677af50644d580cb076a35af 0.00 MB 2 0
81,349 81,349 00000000001c26aca5cfd0ad168e62e3596cf65a82e752daaff9e23502d2936a 0.00 MB 1 0
81,348 81,348 0000000000374c07b1760230a53f4a18c9b67f036b29da72a5c593a127c2325d 0.00 MB 1 0
81,347 81,347 0000000000078895b0f7af8d86f816a0c0c0a3f286261acf645d4bac4cfa701a 0.00 MB 8 0
81,346 81,346 00000000001771d56abed33ddc14b5b195f5bc0dc0c79e7e140c9fbcd7013726 0.00 MB 1 0
81,345 81,345 0000000000172a513081bf2c628c2fcd0791e3a899f060e42aaf359f914ca5d9 0.00 MB 3 0
81,344 81,344 000000000042f8fd6a33ac8d8244e1c9548d319e38fbec7de1b4aaa518e4eeaa 0.00 MB 5 0
81,343 81,343 000000000011884fa16ceaff18ca281dda6a93ad4b748e4c0adafcfb4267394c 0.00 MB 3 0
81,342 81,342 00000000003d6be06242ac4ecca5d8d7105dc384ad1a9b1b9fce03ccdd2884ad 0.00 MB 4 0
81,341 81,341 000000000044b3ff073ddba8dad28462e85b1667a62230b87d8d4d67cc19a108 0.00 MB 7 0
81,340 81,340 000000000021128bfef9db454b870ba6212c19df11b1cea5a5d240890ec556fc 0.00 MB 9 0
81,339 81,339 00000000004524e3b7711b60bc743c1aa4c9fff5f561209ea6e7cbd7b99a089a 0.00 MB 8 0
81,338 81,338 00000000003f77d8af726deee15578eaf57ef18f97265c8ac822f83dfa031c24 0.00 MB 7 0
81,337 81,337 000000000046387e302022117dcc69edb36d0e8a6c005fe2b74842fb701813d3 0.00 MB 4 0
81,336 81,336 0000000000460e0b300c4dfa0e6cb3aca56054814bab9913903ce37623ed5c65 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.25 GB sent, 98.66 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.