Memory Pool Memory Pool Refreshing

4,752 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,123 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (807,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,855 99,855 0000000000033a975ed32605765e6a4d5743b4d36b006d12fc0833d43bfb8f70 0.00 MB 1 0
99,854 99,854 000000000000127d0b6f55b16c55601081443bfaf6c8e2685f3867990661f888 0.00 MB 4 0
99,853 99,853 0000000000031c39e2e5ba4a193c961667adcd1efeaf2308c0dd17d1a13ff043 0.00 MB 4 0
99,852 99,852 000000000002f93f6f386a001b509368b588b5320d4863d890506112ac00d476 0.01 MB 4 0
99,851 99,851 00000000000252abceb04687e9414b8168932c22ca7e782a3cb12a4ef5bb6368 0.00 MB 3 0
99,850 99,850 00000000000093604b2b495a87c763aa750dcabfdc70c86711889391b7d5502b 0.00 MB 1 0
99,849 99,849 000000000002f57457fdcb08b34f4109c3e948a73243a66d84abcbf807c2caf3 0.00 MB 1 0
99,848 99,848 00000000000232691cd41700e8405c09fbc9eecc350e0bf4a81c89029be21e16 0.00 MB 12 236
99,847 99,847 000000000003b51678e219f792229a689c3c50a2140a7386cbadbb0db451a413 0.00 MB 11 0
99,846 99,846 00000000000465fbea021f3e1f260282d0e80fd6cc011a068856f75b528b803a 0.01 MB 11 0
99,845 99,845 000000000000a1927d47b7056ed4d978f93bc48d96860332dd2a593320a7abd9 0.00 MB 3 0
99,844 99,844 00000000000125a5e6ec50e4093d28a127f4c1c7808c39d6245e89cdae3b11a9 0.00 MB 3 0
99,843 99,843 000000000000efb9f7a183da79f23b6de4b4d8ea05da21b6480f7dc191bf8813 0.00 MB 1 0
99,842 99,842 00000000000206ad6e81e53df1a088b988b6d269085a49271d9f76588f694414 0.00 MB 2 0
99,841 99,841 00000000000071a22fb3f8054431445042484218a3453921c3ad89cf070fc707 0.00 MB 5 0
99,840 99,840 000000000001090d91669fbdd0df7527ee4ba8336a214140065f2d45ec4100e2 0.00 MB 5 0
99,839 99,839 0000000000012290f35b4d6d18343a7c94012ad2cd4fc2a8accde0fa08366947 0.00 MB 4 997
99,838 99,838 000000000001005d5d31837d4654e82c217eb1512f8c527e8a40f51111590804 0.00 MB 1 0
99,837 99,837 000000000000d49717f136110f7b71ae96e2930bbd9e7091ddea22b717440930 0.00 MB 4 0
99,836 99,836 0000000000014d5d096c04ef5d0bc38d8254c93a28ba304ab229d87cd2b35f70 0.00 MB 4 0
99,835 99,835 0000000000020b4f1173ac5469e9ba371740a05357eef91321103c2b5f6803d3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.