Memory Pool Memory Pool Refreshing

3,448 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,779 (82,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,059 825,059 000000000000000000006c9bc84e98dd9db96e7002a719a4800d7bfad16d5b16 2.09 MB 2,980 41
825,058 825,058 000000000000000000033acd4a29125e3eb966e4df85e1afbbd934b4aa58da84 1.77 MB 3,435 87
825,057 825,057 000000000000000000036ae37a1456f6c50808da6fd3d15df178e9f77cdae366 1.77 MB 3,047 60
825,056 825,056 00000000000000000002e9c02933b112c4ffa1162bf7608f47408532287845cb 1.91 MB 2,871 86
825,055 825,055 00000000000000000002e0780dc578b85b9d8aa76db00ccdfca8629b353dfb43 1.19 MB 807 36
825,054 825,054 000000000000000000038b9b3c40de4eba62298cfdb4f679774f7fff788757cf 1.43 MB 478 31
825,053 825,053 00000000000000000000c1af297953cb748e5eeeec4b618c5b8773a988021672 2.03 MB 2,475 42
825,052 825,052 00000000000000000000d4bb3558f99b3d5533f5e2967a891f5deffa55f28785 2.24 MB 2,430 44
825,051 825,051 000000000000000000037f5bd42da698cf0bad3625cef5771db2790e13a943b9 1.92 MB 2,413 57
825,050 825,050 000000000000000000032646515594b52ad34f2c91091db2d6210cfe822cc623 1.75 MB 2,162 48
825,049 825,049 00000000000000000003630bd263fc31c16cc1f72eb40e7a9a906d803123f43e 1.70 MB 2,839 68
825,048 825,048 000000000000000000022dedb5a6b8f88e9c9d20800f44f62aa8082048c75d33 1.57 MB 3,505 131
825,047 825,047 00000000000000000001d649a55fed010d1fb72961ade1f868f52b05432d9bea 1.99 MB 2,507 88
825,046 825,046 00000000000000000002d74996592b63160fae35a0e504a5858f706ebff4e099 2.59 MB 3,249 43
825,045 825,045 00000000000000000002fc0176e80b9b98888a61d1057c7eb3136f6157f1d03d 1.86 MB 2,396 52
825,044 825,044 00000000000000000002f9be76f2990e701af8e9f2684b64879ea27a71a4e3ff 1.63 MB 3,096 84
825,043 825,043 00000000000000000001bf0e33e237b8f517fa9dbaac41bc3fc7707cfb8cfe8e 1.30 MB 1,226 44
825,042 825,042 00000000000000000003a3927282def3cb9333d27a3e57fb796b7b98f1051cb1 1.97 MB 2,385 51
825,041 825,041 00000000000000000001580d05db6e6853ae5a913e6be7dab1b79d80ddc49691 1.68 MB 2,736 67
825,040 825,040 00000000000000000001d230de6a47fc844c20a19cd02405ea25a8b5851dc857 2.03 MB 1,516 39
825,039 825,039 000000000000000000037e7fe61d552bc1b10dd392e6d3dc20f42e9080382702 1.69 MB 2,893 68
Previous 10 blocks ↓
Total Size: 769.13 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,630.66 GB sent, 93.52 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.