Memory Pool Memory Pool Refreshing

10,539 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (7,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,951 899,951 000000000000000000010ee17d3e4c33b1aacff0c7864fb3cd070c399afc274f 1.47 MB 2,905 4
899,950 899,950 0000000000000000000058d91c4d58fb1a79743674ae1edae8c8fe209550ed76 1.75 MB 2,951 2
899,949 899,949 00000000000000000001173f2b7b5ec2b05a8c96d5cde47675c1f26374039330 1.46 MB 2,543 4
899,948 899,948 000000000000000000007c63278487569d81a2ef2ee70e2f4e319a888b91800f 1.52 MB 1,159 1
899,947 899,947 00000000000000000000882e9c1971b71c1c0998a67193c55ffa2f15a2375cf5 1.66 MB 2,303 3
899,946 899,946 00000000000000000001024e84c35ef2f3824c0fb65f9349471039272ab88472 1.63 MB 1,722 1
899,945 899,945 000000000000000000018d57424cb8f6c9eb9c80e1dc7d512f9fa01199a7cd61 1.40 MB 2,036 4
899,944 899,944 0000000000000000000046def6361e690421f9e5df1612fe5f34c6da09514424 1.11 MB 604 2
899,943 899,943 00000000000000000000b41c4fbd9901fc99b7fa51893f0e0691f2ed9dda3102 1.17 MB 875 2
899,942 899,942 000000000000000000009c9241934c13e104388cda28904259dc71d8a5a103b3 1.22 MB 518 2
899,941 899,941 00000000000000000001a8ba79f9987c60916ad764f27beeede5e7d55861f1a3 1.77 MB 2,331 3
899,940 899,940 0000000000000000000117a44de6de0bc7a056094614fa4f62d73e38e91e9108 1.59 MB 3,865 4
899,939 899,939 0000000000000000000079f40cf477bda2e60738610b2129e6728879499579d6 1.62 MB 3,630 7
899,938 899,938 00000000000000000000c0dd1a69edf93866094ce24782eea2712de2116ce4b1 1.59 MB 3,536 6
899,937 899,937 000000000000000000001b442c88b3284e5ac8dcfb356f49cf5341c6ceb082f3 1.58 MB 3,877 8
899,936 899,936 00000000000000000001f246240145cc6e22299830e933592d09dfe2408fe565 1.29 MB 1,217 3
899,935 899,935 00000000000000000000bfa3a9ddc12adea297b24d53f299dbbf955f02046572 1.50 MB 3,285 4
899,934 899,934 00000000000000000002120135fa7dded5f6e2347fc1c657bce8ad22163dfaef 1.67 MB 3,076 8
899,933 899,933 00000000000000000001d70a727dc8784a1d069c2a5820f3e539d5af40fea509 1.40 MB 862 2
899,932 899,932 000000000000000000019b2ed1252e74d6a7cf7b579363c17b10bbb0aa6f1986 1.64 MB 3,541 5
899,931 899,931 000000000000000000008bcb09d554cebe8cac3e42a656373266e4c63f4d1e86 1.58 MB 2,351 4
Previous 10 blocks ↓
Total Size: 769.04 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,626.98 GB sent, 93.10 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.