Memory Pool Memory Pool Refreshing

1,730 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,709 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (900,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,232 8,232 0000000077d98399e6b17d1e44bc2e3b2527ca10c174b3d736bfa5ff0e4d7e83 0.00 MB 1 0
8,231 8,231 0000000081ac433c596a735022c5e1f19afcce061a68da4e8547521f647e5ca4 0.00 MB 1 0
8,230 8,230 00000000ace02fba9eb2b25bd11b8c632343111cdac17b25071557b5c788cb47 0.00 MB 1 0
8,229 8,229 000000005d26a37e9d1b0f0582a58906b945c27cfd0bb7b8873cb336b98cbcd5 0.00 MB 1 0
8,228 8,228 00000000da7e782dea38b21a6df77376601e6d15662496736187bb4984147d07 0.00 MB 1 0
8,227 8,227 000000002fecabbc819af928732ad3456e68e554f2d8b136992238ac5e5ed8ef 0.00 MB 1 0
8,226 8,226 000000001d0998f0ebe37d8518d71098603e3897bc2b69d7ca75dcb380af405b 0.00 MB 1 0
8,225 8,225 000000003496ef9e8c7b7ab66b512cc4841807902372238921bd247c65538703 0.00 MB 1 0
8,224 8,224 0000000009c7d5b3de38f01a8fe6ebd85110da151a5698b1e701d5371e9b36f2 0.00 MB 1 0
8,223 8,223 00000000e15cf1e769db3b8eff15747801480cb4be65cc28db79bfdbe5cd4301 0.00 MB 1 0
8,222 8,222 00000000e1dcdcbf6ca736a8abc419fa5d565d45c855e092fd6655d5fb8ea60f 0.00 MB 1 0
8,221 8,221 00000000ff01a6a381f5e801336233d4b9b5580ab45b692b69dd319f40569127 0.00 MB 1 0
8,220 8,220 00000000981ca0dc378f6a82d52e1f9dbbc8bd6886c6207f2c4d9a92ffe37f93 0.00 MB 1 0
8,219 8,219 0000000015d7594fd18fff8fe61b933f47993da6f7bbe9b192ee0a9652fa9b21 0.00 MB 1 0
8,218 8,218 00000000366b28cc9e15a4d58d2984b4e86bd11a860ff7533a74a69b0891c722 0.00 MB 1 0
8,217 8,217 0000000024f304df9dc0df33394da8543a5fe89ced93f9e16413c9bee6a913b4 0.00 MB 1 0
8,216 8,216 0000000079ef0da5be745f295d17f3cd966752079847d40b14ab7f4ca96cc577 0.00 MB 1 0
8,215 8,215 00000000da558961f9680bf78f615aae3adf53bbedaadd934d624d544c72b429 0.00 MB 1 0
8,214 8,214 00000000ed4de0a49bcbedda48fc5b1cc0f6a780cf94045c08b78f01a15da105 0.00 MB 1 0
8,213 8,213 00000000209e6070638ae0e6b4e351e94ce998067af155718b18f05a59baae0c 0.00 MB 1 0
8,212 8,212 00000000521d8e21e6e082bb2b5bdd04a97ce535816dffc9635829c3f8d15256 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,784.22 GB sent, 99.87 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.