Memory Pool Memory Pool Refreshing

1,804 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,756 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,792 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (585,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,858 321,858 000000000000000011c6a20ed0bfb1b53fe071724e1a89ae9c8f604477291765 0.40 MB 787 28
321,857 321,857 0000000000000000166973b62109835a2a8b35c95befc263ab969e497499fcd1 0.15 MB 249 22
321,856 321,856 0000000000000000135075ea0edcdb1995b529669c0304679837e0991968116c 0.12 MB 256 28
321,855 321,855 000000000000000015c9b4454cf32b63ceb7f3505ce9e510e81eb484a5afaab3 0.48 MB 807 27
321,854 321,854 000000000000000010e93802d5fbb5462684e8c22f2a1739aecd9feceb8a8b8e 0.19 MB 371 23
321,853 321,853 000000000000000022cd202c999621822beabe9a6bfed1ed5f6f6086d267f7d1 0.55 MB 934 25
321,852 321,852 00000000000000000344d51580a72abb7e8924f376e91b064d978c7d3841e046 0.17 MB 306 26
321,851 321,851 00000000000000000bd186a02d63b81ccd946ef71e21919e4d096d530b0e6678 0.40 MB 796 28
321,850 321,850 000000000000000009feabb8848f1e7c5539b722fbd365b7c62fee1c8d6f5a5d 0.19 MB 206 20
321,849 321,849 000000000000000019566fb61224a03893d4ff1b8259c1fc7ff1846a80280313 0.92 MB 61 10
321,848 321,848 000000000000000005865e33d578243598df61fd4b691818581249bf33d5c7e4 0.75 MB 1,172 23
321,847 321,847 00000000000000000bf72f59ed7a24937b706f1f2cab96632763992d4f65dc73 0.51 MB 740 23
321,846 321,846 0000000000000000063487d1333689804d02ddb5ad9fe0ba4f79e76f4b2c692c 0.35 MB 661 25
321,845 321,845 00000000000000001bc68219164ac21980eafd94e36124fd84c920300ac446a0 0.36 MB 721 28
321,844 321,844 000000000000000015d1ceb71e147520bdac443d0835861b2325d65abadac268 0.11 MB 243 27
321,843 321,843 0000000000000000141481401553d0dbdfdefd39ef11c8bc5afeab3482ed6b42 0.14 MB 219 26
321,842 321,842 00000000000000000382970572d7785333efb140cb5040ee5c32c171055662ed 0.57 MB 896 25
321,841 321,841 000000000000000020fed1bb2e6947cdc4c5350cbb5441cf4fd450b0117f2198 0.19 MB 377 25
321,840 321,840 000000000000000023730b665d97090034dc4cbf65d73f51fa2a81ea6b40b70b 0.00 MB 6 17
321,839 321,839 00000000000000001b8c116437dc6ff11564f4d82a91639add232c81b56dcbd1 0.09 MB 192 31
321,838 321,838 000000000000000001fff7fe130689c6640ad918e06c237b2684c64a063f1bd2 0.04 MB 101 31
Previous 10 blocks ↓
Total Size: 769.09 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,628.29 GB sent, 93.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.