Memory Pool Memory Pool Refreshing

2,746 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,694 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 2,721 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (744,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,072 163,072 000000000000095bff08e15b78dc19aa43124486d2494f6b42ba6a75de5cc90a 0.01 MB 9 57
163,071 163,071 00000000000009aedcd611c511e787fe26ee4d332f31832ca45534bc9d6948c9 0.03 MB 79 114
163,070 163,070 0000000000000d56e9a15385a33f516c759f3f355134e3d21baa4c77970dc581 0.00 MB 9 378
163,069 163,069 0000000000000b1e93b32240a914ec23e9ae23fe9211dacffbc81551559442bc 0.03 MB 73 65
163,068 163,068 000000000000019cddcbddd72d12bf8095de17296e6a0db4957d06460ca47dbc 0.02 MB 50 129
163,067 163,067 000000000000038e4f53c120247579a5e71f7fb97a94ba947f9c9ba7c8545c70 0.01 MB 24 490
163,066 163,066 000000000000034c2645911877fa1c67fc4ad1f06d2861e942663480f03c3acc 0.05 MB 117 287
163,065 163,065 00000000000003322371711d222220e2b26d9ac2a8e9d471d2bdf0c9edda4ae8 0.04 MB 93 238
163,064 163,064 0000000000000258c4cc6d4bb6240b35308ae2b98980a863a66ec5114b2270a6 0.01 MB 10 38
163,063 163,063 0000000000000c97cf04e9b80a36c77cba2b4ee35c3cc19ac9e1838f57ef3928 0.01 MB 16 169
163,062 163,062 0000000000000579924f2c5f12929aa4cd1f8531a751af7ba4ee0564a1d26518 0.02 MB 36 845
163,061 163,061 0000000000000d3c1b8152ca2903d197fb4ec0cd78c3fb280b9c76697529b7a2 0.04 MB 103 162
163,060 163,060 000000000000001e72e54391e0e8cee8839fe7148ec8a3dba55a4e32fe77ac77 0.04 MB 64 87
163,059 163,059 0000000000000220d0f2074e3ddc424732ff2fac8c30f1ce09974893dc55cdef 0.01 MB 22 224,045
163,058 163,058 0000000000000ca99ff7b8322a28a49bb94572e39d1453c03999f257f47f06a3 0.02 MB 25 253
163,057 163,057 0000000000000a23ac8ab89235a4d1a16062b08b7f9381dc5721a2a3c0797ea6 0.02 MB 56 271
163,056 163,056 0000000000000949c00b18a623dd5b5476ec3ec39960cc9a45858293e144ffec 0.05 MB 144 12
163,055 163,055 000000000000053e15e8a3217213f1e5a56e211d38406fe286ae4369511f866d 0.02 MB 39 53
163,054 163,054 00000000000002346b6450d4a9296ea609513f48f11cb253b17e0a3321e76836 0.04 MB 88 172
163,053 163,053 00000000000006f3961a0822434b3d378eb3451b48505254959ba0f90e52064e 0.03 MB 62 136
163,052 163,052 000000000000092feda40f8b8470843494a54aa6e05e073b90e2bbffc932c232 0.02 MB 18 65
Previous 10 blocks ↓
Total Size: 768.97 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,615.57 GB sent, 92.65 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.