Memory Pool Memory Pool Refreshing

2,708 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,804 (15,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,615 892,615 000000000000000000018988b8a0a78e8d233b9fc73a8ac0f1c78081b27f1b61 1.67 MB 4,495 2
892,614 892,614 000000000000000000008259562034fed2c4b04000e5377fde6a1a28f8c5c3d0 1.45 MB 2,489 2
892,613 892,613 0000000000000000000066e9ca0f4b40698aa92394c9671802217156b50038a9 1.70 MB 4,073 2
892,612 892,612 00000000000000000001a4e40f309f0aea994fc3f0958365b33b14a6ae844246 1.61 MB 4,552 4
892,611 892,611 0000000000000000000178b55462180c247ae81dd73ff64889d2eca6ce688bb1 1.49 MB 2,446 2
892,610 892,610 0000000000000000000120827f710a3a6e03922e5a79bae05859ed9a22fffcc9 1.62 MB 2,945 2
892,609 892,609 00000000000000000000b08bb1035d056a2e0af9cba47d38cac2aaa571ed3e71 1.64 MB 3,469 4
892,608 892,608 00000000000000000002435e6c5a99b9058cc5ccfebfeacf8f4f8ceee1076d16 1.69 MB 2,938 2
892,607 892,607 00000000000000000001b7c2506918f1287be0e12c879930115a8f2610a58194 1.56 MB 3,417 6
892,606 892,606 00000000000000000001541e4631da7db64ee1c93ee4c85f1fcb14f29bcde77e 1.50 MB 3,330 6
892,605 892,605 00000000000000000000280e5b7fb11db13d71852d87b2a93f54843a4c312ec4 1.83 MB 622 2
892,604 892,604 0000000000000000000039d4d4db0938c1a04f4480ebd2664412a0c0340d45c1 1.81 MB 770 2
892,603 892,603 0000000000000000000181ae3db53566d4e4ee0409668a8e23894056dfb69819 1.67 MB 2,935 4
892,602 892,602 0000000000000000000080e42106379f8717dd372373cfe4a46aff439e2e414c 1.76 MB 2,823 5
892,601 892,601 0000000000000000000161a4e0e7af8ef352d79ceef0f39584139d6d5caf7d4a 1.69 MB 3,115 3
892,600 892,600 000000000000000000001ca5d01d1b250a798625e5e7067efe34d5e1edf960af 1.53 MB 3,156 6
892,599 892,599 00000000000000000001c294218578f4ea55a5124a8b3af4cca31204bb11aa3a 1.53 MB 3,470 4
892,598 892,598 00000000000000000000d18e40a329244cb5b99882f8bdf10ac35c3478cfaf6a 1.70 MB 3,488 3
892,597 892,597 0000000000000000000214d80519d0718e1a495f68d6aff793de380f12eb83ca 1.64 MB 3,705 4
892,596 892,596 00000000000000000000b762b7e089266df7225155d10d79e8f5020142692bb0 1.60 MB 3,448 6
892,595 892,595 00000000000000000001a25632b7135dd226ea7f826a3a46a9a3b613f068f320 1.73 MB 3,128 2
Previous 10 blocks ↓
Total Size: 769.17 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,633.30 GB sent, 93.78 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.