Memory Pool Memory Pool Refreshing

6,219 transactions
3.26 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,005 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (107,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,753 800,753 00000000000000000001354d046a600c3a51815890d26ec9b530d4eef3b0f7e5 2.00 MB 5,912 7
800,752 800,752 000000000000000000036c4318b47691777ab85bb39c82ed1b5fc2ed01f79a57 1.81 MB 4,970 8
800,751 800,751 0000000000000000000522b7d41a6ca31f50a06414b040a1075bd59c2feef2a1 1.67 MB 4,015 8
800,750 800,750 000000000000000000016304b7e1e4ff9f1a9761214061b32c71beb6e8ca8b45 1.79 MB 4,895 7
800,749 800,749 00000000000000000000732ff6511d4941614842f4c601756fcdea5e2c2eb9ca 1.76 MB 3,665 7
800,748 800,748 00000000000000000000155ef2bde3fc3ef09a08b74df7198444cfdd4c449ff3 1.79 MB 2,973 9
800,747 800,747 0000000000000000000082c236f79d601bf8f77ffb824915b726dcd50d3d5787 1.55 MB 3,016 13
800,746 800,746 0000000000000000000519263f4a86ea4a9dadaea6d1b9866e4ce225854a2305 1.39 MB 1,937 13
800,745 800,745 000000000000000000011f5f7df1ec9ea61538e15137f57b3060269f3bac3043 1.52 MB 3,257 20
800,744 800,744 00000000000000000003b65c433a5348c041f6d5cc72d7727ba87e9ee4ae4ae3 1.77 MB 3,417 7
800,743 800,743 000000000000000000024d66be400746bd8a14a41624f51a7d86520f2985b37b 1.52 MB 3,403 16
800,742 800,742 00000000000000000003cd999e9a4307228d65bb9cfa711feecfba7e85ffa908 1.90 MB 5,409 6
800,741 800,741 00000000000000000002fa67474b5bc5994000abe0f3abc43d9f3c7e60109c8f 1.63 MB 3,566 8
800,740 800,740 00000000000000000004564626c18cc9325a6ce3a49adaad395c76bf82daead6 1.70 MB 3,759 11
800,739 800,739 00000000000000000004c27b18d93ec934cfcf5334d3b80d64f388abb8683359 1.46 MB 2,496 11
800,738 800,738 0000000000000000000073b5fa2db1c0753780fc50d36e7d059551ebe7fb72d7 2.08 MB 4,536 8
800,737 800,737 00000000000000000004c57c47b13944234b20497c9a58cc6d6d81f1767aeb71 1.95 MB 5,655 7
800,736 800,736 00000000000000000001b35aed7324799d188a5718c48b8021efe6fb93694eee 1.74 MB 4,550 9
800,735 800,735 000000000000000000017a2bb54849508f0511cc1852695f64a9ce8b74fa5b90 1.50 MB 2,389 12
800,734 800,734 000000000000000000000fb3189ed4a62b415872a6572bd939c030c6e547ea1f 1.70 MB 1,525 8
800,733 800,733 000000000000000000046976cfb2718e7db0c03165b8fcfc9ee15b2b08fd934f 1.69 MB 1,901 10
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.