Memory Pool Memory Pool Refreshing

9,685 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (764,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,713 143,713 0000000000000956d1aa870199aa0568f35f6259f0e9d150574418c00482b352 0.01 MB 17 44
143,712 143,712 00000000000007e8b14c5b96c72d0d0a136fe992939d210bda9df8674505e908 0.01 MB 16 479
143,711 143,711 0000000000000360fff30d4d5cdf5bea1e344cdf41754d0fc285794cb6e49796 0.02 MB 66 30
143,710 143,710 00000000000004134ad049c445b299cb477b40d2bffa0eeb81419adbc66255a4 0.02 MB 34 58
143,709 143,709 000000000000096329b4df32e6d92eda0a8cefad375694e645c53b839ebdb03d 0.02 MB 15 77
143,708 143,708 00000000000000ba5d8b296026bbe7672939277149b7202c78aaf55dcde43948 0.02 MB 47 196
143,707 143,707 00000000000005a2094745e7b4e93eae91842924ee112c7322cac666ab878612 0.01 MB 23 600
143,706 143,706 00000000000001ecc67435dec989e23579825da201936b8457c8033978717067 0.05 MB 113 83
143,705 143,705 000000000000008658286c9161a05667f6b8873b3024b4c76b3de1fef9493f8e 0.00 MB 14 10
143,704 143,704 000000000000015cb235e8f2dbc0ae14fc9757cb6d00c1e89bce62a4238f050a 0.02 MB 41 75
143,703 143,703 000000000000000194daf4168a74092f19e5c13516e9dccae994d300ba34693b 0.04 MB 70 157
143,702 143,702 00000000000002faaac15f9f826ac4416bbad9208047fdca44c0cf2bf88826ca 0.00 MB 2 113
143,701 143,701 000000000000008be21a27e625b52c905a401fb4879157a9070bdc91ecf050df 0.00 MB 6 60
143,700 143,700 000000000000003b6cbdd3db840c500faa8d0837c534693e99f27d1b59e22e94 0.04 MB 84 104
143,699 143,699 00000000000007322a27c16cd560c4c50327c2b8e0f827680453277572288d02 0.01 MB 36 88
143,698 143,698 000000000000094dfe31b5d692f1720524f47a8206864338e331d299859a71a2 0.02 MB 25 312
143,697 143,697 0000000000000379e73925bc4dda5d09d814586932b64922f881bd15bcea62fb 0.01 MB 23 284
143,696 143,696 0000000000000098decd9105fb423d0ec64fda9b809ac796c434f48904679344 0.05 MB 151 22
143,695 143,695 00000000000007bd0511b11a69ba10da72d7db98b14910bf85693f07a71da924 0.01 MB 25 123
143,694 143,694 000000000000034fce841c83fbfb8f0ede8d79628d7133f53772d3c9edb774bd 0.05 MB 122 114
143,693 143,693 00000000000005249a2a1ef0d25f109d58e2a2957fa5863ff9df3ec8e64317bf 0.05 MB 115 176
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.40 GB sent, 92.91 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.