Memory Pool Memory Pool Refreshing

458 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 449 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (744,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,606 163,606 000000000000074eecf1612c1992b4a904da81b82ec9e3023ee52873902823af 0.05 MB 161 3
163,605 163,605 00000000000005a555ba3281d9d03a926f048f94f50250a56f845d9a292f1884 0.06 MB 144 317
163,604 163,604 0000000000000aa2d02a7e7df33387d7900c3f9c4ba5559afc3579123868cb73 0.04 MB 72 89
163,603 163,603 000000000000088b96f3f23090cc563bd4b50d7211ecfeb0b9c333bfc92016e4 0.02 MB 45 9
163,602 163,602 00000000000000d59ff341bd4a039641a4d38eeee707325399ac3e80a2940814 0.06 MB 90 105
163,601 163,601 00000000000006d5f1bea7ab15c732a6b757045a47006475d472a5cb6b76fad8 0.01 MB 29 249
163,600 163,600 0000000000000a79ca3fe7e37010dff0e891c057451bd61096e4aa1777c42a53 0.01 MB 32 0
163,599 163,599 000000000000099053fb5d1ec8335b099d4dc061439055abfa041d8e5cc6aaf0 0.05 MB 122 358
163,598 163,598 00000000000000195ec76dd4bb97acb9d6cd0c61ae8f568ec206bd38766215c6 0.00 MB 8 1,486
163,597 163,597 00000000000000f2403f2cc2281579804e18cec6f3c4d9fa219e7984d37ef669 0.03 MB 45 101
163,596 163,596 000000000000063cfda06159d936829dd4cdb7475dada991c897e65b6888b731 0.02 MB 62 76
163,595 163,595 000000000000033b2e484f4381c921039fd6ce43014a60ce764078ad2a557b04 0.00 MB 8 0
163,594 163,594 0000000000000881baab360d7034eb1afbbfad6b9f49374852ca75e129c74727 0.00 MB 4 114
163,593 163,593 00000000000000d07b7e37f9df4acd9f6a45ed482a358195748d39d654fcf45a 0.00 MB 2 10
163,592 163,592 000000000000061aac2771e76cb26fdb626cbf9e8a4848e84926fe7762e3c549 0.03 MB 61 42
163,591 163,591 0000000000000b5a20f3c6783e33f5972c6efd82d64e9d430baccc4f37b9807b 0.00 MB 10 648
163,590 163,590 0000000000000979776bbc1f3375fa2c3aabb9aa55155c590199e69f314d8a33 0.04 MB 114 208
163,589 163,589 00000000000004ff6bc3ce1c1cb66a363760bb40889636d2c82eba201f058d79 0.03 MB 69 409
163,588 163,588 000000000000057fde1b3f18d81847421f56687e297e13d003384c86d893b4d0 0.02 MB 44 257
163,587 163,587 00000000000002306ac82976a4d848f0148345184a178924517cfe5673719207 0.04 MB 84 1,802
163,586 163,586 000000000000049380f18d1d786f2954a294d6aa7f18146f338212f71a46344e 0.02 MB 23 48
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.