Memory Pool Memory Pool Refreshing

6,298 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,748 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (796,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,538 111,538 000000000000cc68afa46893a2b76afdc05e44e1edb1d3bb56a508b749513777 0.00 MB 12 0
111,537 111,537 000000000000bab8c7334b25b78c18912c29a0fb6b81929555fa00c6a15c2950 0.01 MB 23 647
111,536 111,536 0000000000009d27d4e250a917c3f02f9592625213ac0b858ae096d2d7267526 0.00 MB 4 881
111,535 111,535 00000000000087edff4b775025b44968875edbc8048beb0ac27402d315f3d22d 0.00 MB 12 0
111,534 111,534 000000000000f8b1df0bf9b2be3cda5f20431476a1f2657f8958b42411cfd70e 0.00 MB 13 334
111,533 111,533 00000000000034cd73afa85154cb37ab3efd7eef108a3bc4eab315b4df2d8832 0.00 MB 3 2,070
111,532 111,532 0000000000006645a04c0622419a2cc7736402403b850d0d646332f151251597 0.00 MB 2 0
111,531 111,531 0000000000002726563e20eb8a2dadd6ad94f07028b651ed8a6de69e209f817e 0.00 MB 16 1,349
111,530 111,530 0000000000006ea121e4a1f8918f1038229160862f3b44ad318d700a5b8e179d 0.00 MB 13 337
111,529 111,529 000000000000a1a205dc092b74204fe83425d1655fd2f7ed8dbe38a166291636 0.00 MB 12 352
111,528 111,528 000000000000b981f95dcc4a91237ca419a26068e66a2d399a163dea8ff2ac30 0.00 MB 13 675
111,527 111,527 000000000000bd578acec69ae6db434ffd0eee08966d7b8321e28010ace69d97 0.00 MB 19 637
111,526 111,526 0000000000000c831ec67f99163b225e2e5de4dce0c1e7debce50be028db1b06 0.00 MB 12 704
111,525 111,525 00000000000126522f7803c0a7c262767b63bc0d6df128a3e2b97d291792988a 0.00 MB 12 352
111,524 111,524 00000000000004ebd69fff986865dec5bdfd5b9b2c1bcd11e2ca0e44bee3fb4b 0.00 MB 6 695
111,523 111,523 000000000000e15ff3fefc64dbbe7134b36ae3bbd924f9c4ec56de4d2f9a3362 0.00 MB 12 0
111,522 111,522 00000000000122509bade6c1b3de0bc4e9825362e952a8cb800eca639123b7dd 0.00 MB 12 0
111,521 111,521 00000000000073d3b4e60470d7163051c30727b0b6f3062ebfa024515586e0a5 0.00 MB 12 0
111,520 111,520 00000000000106b0c3666b93f6a145ea62ef80f6947562790140506d4692f8a5 0.00 MB 11 339
111,519 111,519 000000000001090b7c6cafaeebb78f50cafa98f57b3e288e931b466fa2fe792e 0.00 MB 10 3
111,518 111,518 0000000000002f718d0da9c8b5d93141a647b2d63f6a238ca7997226a1a53575 0.00 MB 12 705
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.