Memory Pool Memory Pool Refreshing

10,146 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,838 (39,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
868,313 868,313 0000000000000000000215a8443f1e869a55cc776ea0fdfa6bbe67b87692ec33 2.14 MB 689 1
868,312 868,312 00000000000000000000b2316fc4ca919b33e8851d79ca782b12c1093e3f18e9 1.99 MB 3,788 3
868,311 868,311 000000000000000000015193cbd3e27c7edf5e73cc3199d553d289c9403bde31 1.85 MB 4,516 2
868,310 868,310 000000000000000000028d0f81b62b19ad421c119d1a72a976b5e08368fb499a 1.98 MB 3,701 2
868,309 868,309 0000000000000000000220b5478980dfc59331ed50a3c24fd371551228e46505 1.87 MB 4,440 2
868,308 868,308 00000000000000000002ea3269ea081df1fa05fe5048e13f9ad9e4165ed81829 2.09 MB 1,077 1
868,307 868,307 0000000000000000000142b07d31d6df09d584f7ddd630d1bf0951f326a0fd41 1.96 MB 3,062 1
868,306 868,306 000000000000000000029d4c9e82d1b96a9d50c522f8da435e5cea266082dc17 1.77 MB 5,743 2
868,305 868,305 00000000000000000001f344f74c6c5a2fb90596ff35c61038604dc057be0155 1.72 MB 2,830 2
868,304 868,304 00000000000000000001fbb0e1de12d5b5c257c4138db1ba9dfc6bf777d7e2b4 1.64 MB 1,698 6
868,303 868,303 00000000000000000000b13b3bd72ec9feed5aa41a8167b5a251447cac0c2eca 1.97 MB 2,594 5
868,302 868,302 00000000000000000002e40d31c954739d765ed70f642872fc1c8430a496a1f2 1.62 MB 3,738 11
868,301 868,301 00000000000000000001f9f484ccf4ef1f51de49aabbd0fadb280928e5aad020 1.58 MB 3,428 11
868,300 868,300 00000000000000000001a370520418700226c168a651de7daf9ef21cadb33ead 1.98 MB 4,031 2
868,299 868,299 00000000000000000002b5568c3de4b46fff095378e9a08370b0997b62dd1ba7 1.98 MB 3,067 1
868,298 868,298 00000000000000000002c7f1ad834970f10219b4f0ebfcfb353426a0f22f85c9 1.76 MB 6,138 2
868,297 868,297 00000000000000000000b2ff7ef752d1da321b5f65e3ea47f0653ca5bbc8a5f2 1.85 MB 4,927 4
868,296 868,296 00000000000000000000b45eb2324672cb2721811a34f90c1976a19d873140b5 1.72 MB 5,064 2
868,295 868,295 00000000000000000000257be4fa5ef0042f6024422bf93595a62f3ec8034915 1.90 MB 3,015 5
868,294 868,294 0000000000000000000185b853e9ae5c8c1dc65c13f58fafb48c18c9d7c75951 1.73 MB 2,839 6
868,293 868,293 000000000000000000024896f1f9d79e402fd85500ce0250683c2c2e76f67782 1.60 MB 3,543 4
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.13 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.