Memory Pool Memory Pool Refreshing

4,074 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,877 (795,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,763 112,763 0000000000009a6e0776a91504048fd3caea95ffd1126bee72faeaec9a293d8e 0.00 MB 7 478
112,762 112,762 0000000000009798255630d27485aafd1e176e54c5830a9b82a4ec4a15248417 0.00 MB 10 0
112,761 112,761 0000000000009c5894d0c4805aefb30c3716663e6270d4f5011b2b83aa848024 0.00 MB 11 0
112,760 112,760 000000000000ca621db31272fc959f92d96ad24cbca932cf93c2a6ecbafffad4 0.00 MB 2 0
112,759 112,759 0000000000012a93b57029b1e495a43716ae24ff1fbf4799b48ca4cc29440219 0.01 MB 21 0
112,758 112,758 00000000000011dc997e232648ffba3931d4e5c1f5d68cdf059bcb0a24aed950 0.00 MB 1 0
112,757 112,757 0000000000008c40f0d1808d2b4d962c8ebb973c0a573ce4ad2394e58b9ddefa 0.00 MB 6 0
112,756 112,756 000000000000d8cd6206fec44e54083432b5a832c508bd5c6c992643bfadd770 0.00 MB 1 0
112,755 112,755 00000000000032c91130ac4b446223b97e243cb341ea9c3aeef6eb8a473ac359 0.00 MB 5 0
112,754 112,754 000000000000b8731da431887e7da58ed13f0b442639f1f88b709160c3f86f8c 0.00 MB 1 0
112,753 112,753 000000000000811d3a44748f929a02dbaf8a4bc5e93a48a0e88ce7e9c8380b36 0.00 MB 1 0
112,752 112,752 000000000000b438579503f1cc5cb2e175bc873ea9b01c006ce8aab44e7853be 0.00 MB 6 0
112,751 112,751 000000000001119eb025b0856a2bdaa7c8c9ae5c601303d9cc154988394bc9f2 0.00 MB 1 0
112,750 112,750 000000000001134db110ca470716f5bffce399bb677ecb7e7770f069f0eddaf7 0.00 MB 1 0
112,749 112,749 0000000000012156e1dd9a081fc1f4f20b332ccc85b106e3626225ba398afe37 0.00 MB 9 0
112,748 112,748 0000000000002ef091d91c3d0bf11bff7faa9fa1162ae6997b596934d2c7ab5f 0.00 MB 3 0
112,747 112,747 0000000000009a6d44dfaf5936c471959cfe2fa1e64df8f5c747536aa44f6350 0.00 MB 2 0
112,746 112,746 00000000000002cd1e1a83197b5a57dafe5f9c51e420542e85a9fbcb48d05ab9 0.00 MB 4 0
112,745 112,745 0000000000001b5453798c1fc595a35f940aaa56f5806004a6c9d6c801264ea1 0.00 MB 3 0
112,744 112,744 000000000000b80831de6c647fa9d567f2371cfcd36fc35944353fbc07160a5c 0.00 MB 5 0
112,743 112,743 0000000000008189ba2969602ffcb208406ad13e8500e644844aacb072aeb770 0.03 MB 78 0
Previous 10 blocks ↓
Total Size: 769.31 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,642.84 GB sent, 94.53 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.