Memory Pool Memory Pool Refreshing

6,026 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,821 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (901,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,743 6,743 000000002acdb9945df308b8c0e51b9ff0df75b3cb25196985a2ca817df4868b 0.00 MB 1 0
6,742 6,742 00000000d0859da1e40cb5522219d4689c0071444a237c3818d724470ba7f6e8 0.00 MB 1 0
6,741 6,741 0000000061b435f518105fbce0d9dd9e75351f3089d5972a07adc905fe32fa0f 0.00 MB 1 0
6,740 6,740 000000007f533ee5c11b5b8e71e07a960ac16482a0e1c9a53843330f0bb3cfcd 0.00 MB 1 0
6,739 6,739 00000000abb4dfabd0c9a846b7881f95f1cbb09aac9b6cb6c3e892c9cb05377a 0.00 MB 1 0
6,738 6,738 00000000c2bd9f137f8e98e81660515a3310c92ef070114099e62dcb00e596d2 0.00 MB 1 0
6,737 6,737 000000009752ad49ba70f50e5fb03df6b0fd89c4fa7aed73f8a4470a7a20ab1b 0.00 MB 1 0
6,736 6,736 000000002984ca7139a46c028209dc8c361422c9d1e08e83913b7863db3775e3 0.00 MB 1 0
6,735 6,735 00000000956edbf0b401da41c2bd35d0e45e50bb07658d35a77600829032cc9f 0.00 MB 1 0
6,734 6,734 00000000bb38c0320408e87cc0f84b8545273e48dd7e0c19aa50abe7c1818b81 0.00 MB 1 0
6,733 6,733 00000000d1c1ea2f48c97ee9c31d533e604a65e1d32b00167cde4bfe39a7b714 0.00 MB 1 0
6,732 6,732 0000000082071efed90bf22339edeba39516ec9a06ed3eca7133c78e6a0c29bd 0.00 MB 1 0
6,731 6,731 0000000062ded0482f3cacbf7b6d9f3e8f0f72eed1b6688cc20e49e900c4e490 0.00 MB 1 0
6,730 6,730 000000006ceff3c5dd4052fd63d58e80c069d41beed962d91cbd8452358dfcbc 0.00 MB 1 0
6,729 6,729 0000000062647806b0de1da5f10db997519766bad88687d5d5cea30131dc96cc 0.00 MB 1 0
6,728 6,728 0000000002a8f6cbc349bfb28cf89c268e11aa9b416c88e0ac7e68a0f99c7935 0.00 MB 1 0
6,727 6,727 000000004113dec6af7d43d56b0acf07f230b8fa2d10ea9b8d3fd3209a7bbf30 0.00 MB 1 0
6,726 6,726 00000000349ad13e9a2bc3939cc42903df3a3a85eeae4191752a1fa1a1e98b08 0.00 MB 1 0
6,725 6,725 000000002b34c4302b9386cdbd30210ddc5ac5b47b15bb8fa84137aa13e54790 0.00 MB 1 0
6,724 6,724 00000000f228911f74d1f7c5e683f85709218f79ef2ba571a25b7822df371173 0.00 MB 1 0
6,723 6,723 0000000043e220c96c58188dcb70f41786d09913a2946865b26039d64d8645db 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.