Memory Pool Memory Pool Refreshing

2,163 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 2,149 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (61,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,279 846,279 000000000000000000016a105c971e137c4d0e527e6da74c25549b124c3d4394 1.66 MB 6,983 14
846,278 846,278 00000000000000000002dfdec0128767130197235d745eacc64660b7f4ce034d 1.41 MB 5,810 18
846,277 846,277 00000000000000000002f751275af96b7c3879571d46a0415372322ef78634b1 1.42 MB 5,055 18
846,276 846,276 0000000000000000000191fa592ecefa9f4265a59250c75cda71f9d8ef9850cc 1.50 MB 5,012 22
846,275 846,275 00000000000000000000e4fde4b5865c3a561c8f17d942cd811f3d6eac291d1c 1.52 MB 4,137 13
846,274 846,274 000000000000000000021fa552a2bd66c104211bf72d96733e987e103b5ff965 1.64 MB 6,011 14
846,273 846,273 0000000000000000000343ae2bd60f72494ca958977d43fab018d6fcf78f4d25 1.51 MB 5,113 18
846,272 846,272 0000000000000000000090f5a17a097f3f1710fcc438f55ac98e40dde3625418 1.53 MB 5,878 15
846,271 846,271 0000000000000000000131767094ed7da74799f16fc0f0b521e8fe6e5210315a 1.47 MB 6,476 17
846,270 846,270 00000000000000000001e3ef57f092abbc50ec52e13ed9d0122f1cc6135b62d2 1.46 MB 5,380 19
846,269 846,269 000000000000000000033a06452715bc2b3a309c9d1b8b3d351b92659115d8e9 1.54 MB 4,410 20
846,268 846,268 0000000000000000000310b39f9bcb1e2ecd95fc45194f0684b9852c8faf1d02 1.76 MB 4,549 15
846,267 846,267 0000000000000000000222c53eddfe4648b4b63f1dff85f9ed8d137a2ca21e88 1.85 MB 6,050 14
846,266 846,266 00000000000000000000583526d1ff0848fdb1d12eace937307d2dddcf28db97 1.59 MB 5,211 19
846,265 846,265 000000000000000000005cbbfec14483c783f10bed58242be55b911fc8f2dc59 1.76 MB 6,875 16
846,264 846,264 00000000000000000002ee1a8b769835c74c9e4c0668f27bed2302b7803b28f9 1.67 MB 6,605 16
846,263 846,263 00000000000000000001e8ae0874ddf10dbe2cdfbe13e452ed0c6504761db14c 1.49 MB 3,589 24
846,262 846,262 000000000000000000025e9f2dcafd39ba280422dca61171b46d3c11162b3113 1.82 MB 5,933 15
846,261 846,261 000000000000000000023c389a73a183bb5c40167a91cd06a19c3c88f54fc0f6 1.64 MB 4,707 17
846,260 846,260 000000000000000000018f6309e87e00f219fa1e27ae8a71e0932abf6fbb09d7 1.70 MB 4,800 19
846,259 846,259 000000000000000000007ce8aa69d076ebe312906dcfb53aad0e5286823482cd 1.54 MB 5,384 24
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.44 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.