Memory Pool Memory Pool Refreshing

6,969 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,986 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (450,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
456,790 456,790 00000000000000000038c0b65c20b106a99b9bb484a640764a084079b7728c83 1.00 MB 2,348 137
456,789 456,789 000000000000000001624282e608f5430d338c74996dffe155d5ab423c04fd53 1.00 MB 1,850 250
456,788 456,788 000000000000000001b84ba2d5474aefcc5c4ba22ee9d92d9c423678c7c3c688 1.00 MB 2,324 217
456,787 456,787 000000000000000000b3cd5f70a37b7dac1e79b5f3e4b688a0923e960f89064f 1.00 MB 2,674 309
456,786 456,786 000000000000000001c1652c075705b303de9dc74eafc1cdedf9ccf722aa23a3 1.00 MB 956 103
456,785 456,785 00000000000000000021fcb8ce5ba91c41c21550fc1c6db00ab87310676d24fa 1.00 MB 2,111 150
456,784 456,784 00000000000000000039a382dee06b55a39eabaab07b0e49fada501a7d8ef374 1.00 MB 1,083 111
456,783 456,783 0000000000000000009a8672f91e11d08cb4197938a76eb10f7538f344c98fe4 1.00 MB 1,409 123
456,782 456,782 000000000000000001cf30e82ef9ffe7095feffdfbbe8f78ae7b9553a81ddacd 1.00 MB 2,325 125
456,781 456,781 000000000000000001360a04e33685510d0e4c15db935e7c7c0604c66e747452 1.00 MB 1,597 119
456,780 456,780 0000000000000000023d3c17e05b526f1aa3013f9db86437ab4094ab0e5c3174 1.00 MB 1,394 88
456,779 456,779 000000000000000001bc3ed8f5eb11abae6cf310948df55f0b6e1acf6ffcb30e 1.00 MB 2,106 162
456,778 456,778 00000000000000000026b2f6f316d26b5030087d870baccb6972e124faf6cd90 1.00 MB 2,990 241
456,777 456,777 000000000000000000de2b4464c6a3c6d318a4eb62b36127e2d4878fa6f2d892 1.00 MB 2,450 157
456,776 456,776 0000000000000000016827e9a4c094eb3f2d85ac18a85e05506e257b2daf8e1f 1.00 MB 2,296 205
456,775 456,775 0000000000000000007c3cf54286d0a1a20abccbc71d2b9430f5c49fdb368ccc 1.00 MB 1,160 123
456,774 456,774 000000000000000001fc3d5ac555499acaddc09656f969cf906582af3a281792 1.00 MB 714 77
456,773 456,773 000000000000000002264a74f5b93fc475c23367795768f51b3c43cec8133c72 1.00 MB 1,703 120
456,772 456,772 000000000000000001a0e24a7db735fb13d08e21d1a3913dfb7ecfb9a28a8cbe 1.00 MB 2,527 170
456,771 456,771 000000000000000000b2d16b3806ac882c36ecbc7850e5c1039d40d81d549abb 1.00 MB 2,728 169
456,770 456,770 00000000000000000220ff671ffaf52fd90aff7bab76330253a8bd73977da2a9 1.00 MB 2,876 154
Previous 10 blocks ↓
Total Size: 768.98 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,616.50 GB sent, 92.73 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.