Memory Pool Memory Pool Refreshing

10,722 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,838 (634,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,189 273,189 0000000000000005e0d71ec88d1e2be7766713097f2730f0acbe3bafcb5e9a26 0.15 MB 268 44
273,188 273,188 000000000000000197090002eabce99b32ad48c289414dab00557a6631ebb81a 0.07 MB 151 33
273,187 273,187 00000000000000002fe99c5d9c36f3cc0d1ec00458355afd7d0582e63db5e5c4 0.08 MB 183 67
273,186 273,186 0000000000000004dd11152e32d321de11394864e3bd4a914cfabb83dc988306 0.35 MB 395 25
273,185 273,185 0000000000000002e2bb155ce2f7b6bc265b7f2ef4c94136c435fdf3cf91c0b1 0.25 MB 663 52
273,184 273,184 000000000000000497d93d59d346c40f1327ca9a6e4973cf80fb233e3f909a63 0.25 MB 753 112
273,183 273,183 00000000000000015aaa9349bcb7816514e0b68374c05447eed082c4178415a6 0.49 MB 1,044 53
273,182 273,182 0000000000000000fc0dac765eb71c35ead5deef294cb5acb41b3bb4f536e3ab 0.06 MB 127 23
273,181 273,181 0000000000000004f04e20908c371add05e4c67f44cfd2ffe906d51839bdcc05 0.16 MB 166 20
273,180 273,180 00000000000000046c6c48493c5488557a29fac1c63373636f3bf67933135304 0.25 MB 704 77
273,179 273,179 0000000000000000e10d23b3c2e9ee3bee087aad1771054879d678eba2f2842c 0.56 MB 1,361 57
273,178 273,178 000000000000000028238038158c06392936fe164be30ffac443a7c063b933a6 0.00 MB 1 0
273,177 273,177 00000000000000013d99e9f6c2f372d8e1b22a2004222a4925d4d7db9a03f043 0.12 MB 276 45
273,176 273,176 000000000000000236159fbc35e4aa0e62e957da799b2d3b56cbca008b4a2f16 0.28 MB 366 27
273,175 273,175 0000000000000001389801f7b57ced69fee35554c816decfddada5921cdce1af 0.25 MB 683 67
273,174 273,174 000000000000000207e7140e35be928dfcda99779f68667a3b58b958e4aac70c 0.90 MB 1,559 54
273,173 273,173 0000000000000002327e0062a7b17953a2d5f4ee4b3a78559c848bfd4bf4e6cf 0.03 MB 79 25
273,172 273,172 0000000000000001248d5ab23f8fbf4de07b9d099736c521791155da893fe2f3 0.24 MB 179 24
273,171 273,171 0000000000000002aa4a0cc7ab4ef6d550726dbeb73838ee800b298406a60990 0.50 MB 1,056 62
273,170 273,170 0000000000000000aff765daa5ad2bd7148158d546fb66dcf018bdea2d45b461 0.15 MB 308 30
273,169 273,169 00000000000000034deac1bc0b5bfa70ec21ebabc890d7d2f31a41e5609bd5b2 0.13 MB 231 64
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.