Memory Pool Memory Pool Refreshing

10,230 transactions (4.11 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,886 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,574 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,885 (884,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,073 24,073 0000000096e7cac7a0c2ad077cae8972a9d4eec5adc2876021632c8802187a7f 0.00 MB 1 0
24,072 24,072 00000000fdcae9c3b32a7022bfc6fa4f1de3b9f9f460f7e319731543caade538 0.00 MB 1 0
24,071 24,071 00000000b0742187ae98b7bae07bf13519c39004ead561461a4bc1a0c834a4db 0.00 MB 1 0
24,070 24,070 000000004559012842720edfbc699322884f9a887c9865ea2df42db814a5c815 0.00 MB 1 0
24,069 24,069 000000004d22746fecd8bae3dfdb5ac67f91d567d878645d2d62bd0410cf15d7 0.00 MB 1 0
24,068 24,068 00000000778dececa623a8b58c0b09b16bb670f0a25e775ddb672468a34c031c 0.00 MB 1 0
24,067 24,067 00000000852f58dc72266f29a07ec29cf022508539098471528396d056c88963 0.00 MB 1 0
24,066 24,066 00000000e27718aaaeaa09d7cd5ce2225ce3a68546bf2c3aef7ae348f38d095d 0.00 MB 1 0
24,065 24,065 000000002d8d74ab18532a327f71888326d44a0423fb1990d359737032b76c9f 0.00 MB 1 0
24,064 24,064 00000000f1078edca6d5964ead3a647b6333e66c218df2936297b24c4b5b356b 0.00 MB 1 0
24,063 24,063 00000000f74942adb835f8b0469120297cabd02d955205ade1413a935e1c7142 0.00 MB 1 0
24,062 24,062 00000000166ec2a0682ffce4a2380f05f5882eba61181b0bdafb85cbd35c8ff3 0.00 MB 1 0
24,061 24,061 00000000837eb5040564073c6faf50e54ffc1e0789e08975b41a99ee28db57e0 0.00 MB 1 0
24,060 24,060 000000004cc1687618369dbdf7b6c6278ee31c4d36b9d602c8cbe059a3980be9 0.00 MB 1 0
24,059 24,059 0000000011a15e6eedfa41e8ee90513a3d093310b0cabf93ec72f0e9a7c0a173 0.00 MB 1 0
24,058 24,058 000000000d0458da900636c5feb78937a823838725ac7febb98b6037b959e174 0.00 MB 1 0
24,057 24,057 00000000ae250d130fa6bc1ca2587baed596dfebfef2e64ee84d51a85e4b122f 0.00 MB 1 0
24,056 24,056 000000003c8e97d2d63f12cd9a9c88dd44fa2926996673137239f7e1912abe73 0.00 MB 1 0
24,055 24,055 00000000e6d6ed7af80bde340140ca8db4ca84d4dd4249acc27011b1fcde4ea1 0.00 MB 1 0
24,054 24,054 000000006372674b9d317b61de4e81ea36d8200872f9532218aa7c4232fd28bf 0.00 MB 1 0
24,053 24,053 00000000c87fee6ad56822692742b514b90225f7e82162a35559f2ad656ab377 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.34 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,863.02 GB sent, 103.89 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.