Memory Pool Memory Pool Refreshing

8,360 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,919 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (737,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,067 170,067 0000000000000867c28fb04cda61a40e811db1726422e74196cefa3e4ccdb67f 0.02 MB 55 175
170,066 170,066 00000000000004c5954e8635d8cca1c7af47494841776a2fd183009a094d9c7d 0.05 MB 94 0
170,065 170,065 00000000000006a2e732dcc17143ff7e72acffacd5356afadc63d1ce10aac576 0.07 MB 118 188
170,064 170,064 000000000000053f9bc9d44938673b8a8d2ff63b2b9a35dc2c5805db5d6ab772 0.00 MB 1 0
170,063 170,063 00000000000001e8d0496f896176d8eb0823da7b1ddd3c252f0e15cd0ffdbaa2 0.00 MB 12 70
170,062 170,062 0000000000000a53cae4654ae23da89496dbf8f4c6bd5dd9d31469a065f4b089 0.00 MB 9 17
170,061 170,061 0000000000000abd377cb70a3131adefe82fbefb9f3adfc0ea1a4252be3896de 0.00 MB 6 18
170,060 170,060 00000000000002dc756eebf4f49723ed8d30cc28a5f108eb94b1ba88ac4f9c22 0.01 MB 23 95
170,059 170,059 00000000000003bd2bf59124b97f3878a52a641d8ab9e9e7ec8628b381d32ad6 0.01 MB 15 18
170,058 170,058 000000000000047e131d31e3cd3c8e673c117136b72fd5d67b8b1bffbde04772 0.01 MB 17 205
170,057 170,057 0000000000000a72649346bc1a48a89aacf668fa49cb653882111fdaa4596358 0.03 MB 63 59
170,056 170,056 0000000000000362bbd55043577e23846cf865301723d13a76ac8ee277968b0c 0.02 MB 86 2
170,055 170,055 0000000000000319bceeefc0712f2a65178c2019cc970ef704e69b0a43032e4c 0.00 MB 10 34
170,054 170,054 00000000000003e6270ce03dd540f93d33be16e8bedbc3e01e2af52a7a6b3279 0.02 MB 52 73
170,053 170,053 00000000000007aa69c6d027a1fdff65db4d9c073c1adf40c7d37a21285123d9 0.01 MB 17 37
170,052 170,052 0000000000000a3876ec1947700445b4d517d10dec868b9d4a53fcf25e59f188 0.01 MB 31 93
170,051 170,051 000000000000034bf2555f1a3970ba23151cdaaca49477c1a3f9b4a380712c8b 0.01 MB 25 13
170,050 170,050 00000000000008067e4f150e9d76f71fdee352973ad9026e3395a30aa6adb05c 0.05 MB 133 70
170,049 170,049 0000000000000296bcf0da9c1f4b3d6c83fbdb528a189b48802a71bcd561b0b3 0.05 MB 118 36
170,048 170,048 00000000000008796ede3b954d690190e9bc102bd4c34944aed5c86e2ef72934 0.00 MB 2 193
170,047 170,047 000000000000031ae7b8fe02ce0644f7cf231477f79e736b03bb44ebbfde7cd7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.