Memory Pool Memory Pool Refreshing

2,550 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,667 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.76 vMB 2,547 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (820,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,644 88,644 00000000000c3dd1106d887729c5db3cd7cf03ccc146300e64ee25498c2aa160 0.00 MB 1 0
88,643 88,643 00000000001ab0f79a1d7c123cc7c7bc0d4b35b4e937d2f93c5ee135f6690f8c 0.00 MB 2 0
88,642 88,642 000000000017490b782158be75ced02d2a4f81f7157077309cb7a871240e40bd 0.00 MB 2 0
88,641 88,641 00000000000bd67533e78e020c13f2f281ad0b52c45e0e82c6a54b5556cd16dd 0.00 MB 1 0
88,640 88,640 00000000000b0f1140def8f2b458f6c23134b8646ef8308b1798c047808e9733 0.00 MB 1 0
88,639 88,639 00000000001c7494320e1b32f2d9d1b9ad0ad26487bcdc666c59941dc7d3431c 0.00 MB 1 0
88,638 88,638 0000000000055f7e0b0083cdb4ad2faa2fd4c52dd2045c5fafa71631fa1326ad 0.00 MB 2 0
88,637 88,637 00000000000d9711043b4af066e4b1fae730e8506968cd6a24b3e94b8477952f 0.00 MB 9 0
88,636 88,636 00000000000e53c5e52fa1390b6c9c0e34936337f7b002e0da106141023676e3 0.00 MB 1 0
88,635 88,635 0000000000050f6211effed44aa4d68c76978602a0296ec6c0a2b6bbeb06a8a0 0.00 MB 3 0
88,634 88,634 00000000000ab438b65b5719009e0dd9aca7bf70002b6a639f83d901f541d7ba 0.00 MB 5 0
88,633 88,633 00000000000f39763178403d6f1a76d2efc5d1d14ed1f72f243ba4d6b7539716 0.00 MB 1 0
88,632 88,632 0000000000171deabd0e634638308f980f45a2a46fef6f5307edc19dd5e0ff3c 0.00 MB 1 0
88,631 88,631 0000000000050fc0b90e971d0de8e81ea42d6d13c3c86687f8342e65a042f14c 0.00 MB 1 0
88,630 88,630 000000000011bb483a99fca9cb9be94aed32677731a97a8407f118e45ea95b4a 0.00 MB 1 0
88,629 88,629 000000000007471f1e03513c1e6b9cb196e099c2a5898e34c533bb6a4c0bd295 0.00 MB 2 0
88,628 88,628 0000000000127227db8b05da806054bc96e365a3c8943c2e63fc1ea25399f19f 0.00 MB 1 0
88,627 88,627 0000000000092fefab04f443d27172a5df2936701156a7daeafcd1d11977b1d9 0.00 MB 1 0
88,626 88,626 00000000001a2dde1f95bd608cc87df2b266323ba8520699e75c5c0dd86bc9f8 0.00 MB 4 0
88,625 88,625 000000000018f04fae574823d3cc90f32dcf11d99ba768915bbaff614574c275 0.00 MB 5 0
88,624 88,624 00000000001dcf278c269ff04e66942577b1645fa25386e87eb0b5b2237d2640 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.32 GB sent, 101.64 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.