Memory Pool Memory Pool Refreshing

4,912 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,738 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,981 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (3,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,942 903,942 00000000000000000001c2a3c0ac5693069fe208bce402aadff4a96c64d328a7 0.35 MB 484 2
903,941 903,941 0000000000000000000134730cefa0c368864ad59ec22f2844efb755ac6a1106 1.18 MB 2,113 1
903,940 903,940 0000000000000000000202584f19694b9832e7d08725a1b36de785ee00b54cdc 1.53 MB 2,251 2
903,939 903,939 00000000000000000001bc97a5acc1396096e8195a05d3aa950c7e38a028e159 1.48 MB 2,769 3
903,938 903,938 00000000000000000000a7e701cc3eed6fc5f2d79b86224b6163692be187bb8e 1.41 MB 1,870 1
903,937 903,937 0000000000000000000266c7a58c5fc173508537eaba4941111fc90ceccf757a 1.42 MB 2,699 3
903,936 903,936 000000000000000000016789e6386b4f8e5ddf10caad21aa32d522fc01075e52 1.63 MB 2,579 2
903,935 903,935 00000000000000000000616bb0433af4999aa82a4c93ae1324626d66a1977d67 1.46 MB 2,396 2
903,934 903,934 00000000000000000000d06127e58ab7bf40cfa986c672450822a21603cf3d79 1.63 MB 2,127 2
903,933 903,933 000000000000000000008aa71e04419f81d4d3c378a06121b9a84d806cb83724 1.48 MB 2,942 3
903,932 903,932 000000000000000000001727fb91474df47e82e713b7a8dc67ca6b2fb9ea492c 1.63 MB 2,469 2
903,931 903,931 00000000000000000001b77ab99d888818d4c371d4230a5baeb3354a104a37bb 1.35 MB 2,358 3
903,930 903,930 00000000000000000001812aa124cd80e3bcea7c6b1e6b340deb8813300366fb 0.54 MB 1,075 5
903,929 903,929 00000000000000000001fc0476b1a38b5038d3788883f3d43dd991f709f7dfe1 1.23 MB 1,808 1
903,928 903,928 000000000000000000013486b5187a28a6805c75697fc5ee600aa267f0900b7b 1.33 MB 2,258 2
903,927 903,927 0000000000000000000166170d27dec37f89297fbbefd278d68f9086e66ccb0d 0.26 MB 425 2
903,926 903,926 00000000000000000000bd5414095d52c56061324f3de5755871f2e8c569447f 1.08 MB 1,863 2
903,925 903,925 00000000000000000000837ba936d156dc2600c1c3a1a7df22bb2072f0ef366d 0.44 MB 801 2
903,924 903,924 000000000000000000003fca6973cb77da2dd74e8d9cb048e490026563ac2442 0.72 MB 1,097 1
903,923 903,923 00000000000000000000ef2a859793e8a40979efb9737c79ff4b5f4fcc8d966f 1.42 MB 1,337 1
903,922 903,922 000000000000000000020a263a4ea39cf5238fce6b022f67795849a321c228e4 1.62 MB 2,816 4
Previous 10 blocks ↓
Total Size: 769.05 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,627.64 GB sent, 93.14 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.