Memory Pool Memory Pool Refreshing

3,412 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,394 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (64,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
843,571 843,571 000000000000000000017ccab9bc05eecc118bb71b2639e72f7dca286af1668b 1.53 MB 3,531 22
843,570 843,570 0000000000000000000104c60b02c5d3793cd963f25d6560f64018be5ff741de 1.85 MB 3,634 13
843,569 843,569 0000000000000000000116255ec2db396fcf0d11025f8e5455535012ef1d9b53 1.71 MB 2,559 16
843,568 843,568 0000000000000000000348611cc9373812b4835d63605eb01c54a14d80a2b6eb 1.66 MB 3,129 17
843,567 843,567 00000000000000000001358b5e66af7a38e7905d8bdda4ddb661f1a638778a7e 1.72 MB 3,388 16
843,566 843,566 00000000000000000002c4db7805c924e0e98291cbbb4842ad5478e24949fbec 1.61 MB 3,058 16
843,565 843,565 00000000000000000002dbe42c4b93820dde467af50961a10c213ad627352a8b 1.70 MB 3,051 15
843,564 843,564 000000000000000000009520de22469c265509a0ac2c3c5291c8073cce8fb5de 1.54 MB 3,369 28
843,563 843,563 00000000000000000002b74f37adae421a34e3030e93f59ba56901f72c0deb66 1.56 MB 2,597 14
843,562 843,562 00000000000000000002d55a11ae1dbc52274ecf00c29569d23abc0f674a03a0 1.58 MB 3,488 21
843,561 843,561 00000000000000000000c0429a2f3b7806cd6c90559290c4a6e8af9b3913b140 1.51 MB 3,017 20
843,560 843,560 000000000000000000016461c63633efb3abc32da84bc85e92ef7c3d11a4206b 1.56 MB 3,302 24
843,559 843,559 000000000000000000034e30310c8bf30133e41ae3ae189f987e509901409bf7 1.57 MB 3,445 19
843,558 843,558 000000000000000000006efe4853a930b19357b89a4ad5a69c74cc99a74c852f 1.69 MB 3,477 14
843,557 843,557 000000000000000000002483df4e78a2deedc8b4a24743dac029c48466765444 1.64 MB 3,148 17
843,556 843,556 00000000000000000001abae0ae91bb001456bcc0aa0e14df0a341f7f96302f7 1.62 MB 3,273 25
843,555 843,555 0000000000000000000092890a37b4efb4f0749cbdd2511f029bec711e924cd0 1.58 MB 3,333 18
843,554 843,554 00000000000000000001a3a7851ce76f20e81b56b73dfbe847549fb5400513bd 1.52 MB 3,276 33
843,553 843,553 00000000000000000001f0d113bbcef2c1f52882bf8044a7df5299d364216734 1.54 MB 3,501 24
843,552 843,552 00000000000000000000961750bb966af043f98ac0cc9a00c433ccc455204bac 1.69 MB 3,634 22
843,551 843,551 000000000000000000022b2b2217ec782aa8f3fdcc9b68794f073397362a9f72 1.84 MB 6,497 10
Previous 10 blocks ↓
Total Size: 769.31 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.75 GB sent, 94.48 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.