Memory Pool Memory Pool Refreshing

17,460 transactions
5.62 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,824 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (471,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
436,049 436,049 0000000000000000006c1ee9f3fd8275bfdd23f5f37a9c01e268bde0bc443d77 1.00 MB 2,389 98
436,048 436,048 000000000000000002bf6dac6b2e5bc0e22870b71c55c9f6394474a3447337eb 1.00 MB 665 102
436,047 436,047 0000000000000000008d6dd51ffddd3e3f98dbaf7b6f75f9a912d2b9f9a861af 1.00 MB 608 97
436,046 436,046 00000000000000000400c08a7d3113f54dd2455a13e8652c41e61dd61f09e95e 1.00 MB 1,506 115
436,045 436,045 0000000000000000025b0e53fcfb1009fe94a3bfddf5f65194c0f2ae1a1b00be 0.75 MB 490 99
436,044 436,044 000000000000000000c71ef907b4c953361c50c03eea7e19747558cb7decb4b8 1.00 MB 2,651 159
436,043 436,043 000000000000000001f31fff934cc70d1b048d1849f5aa0466cbfbba048d5835 1.00 MB 2,093 121
436,042 436,042 0000000000000000028603f405c303c1711f22ffa1c31ffee89397b90099cb42 1.00 MB 1,427 93
436,041 436,041 00000000000000000437790a6f55f20b36782389c7c533119076c90a8d0cdcb6 1.00 MB 1,245 101
436,040 436,040 00000000000000000352e27273d83dfa03c9cbf244665f650b1ffc1c652f1ddc 0.75 MB 1,003 117
436,039 436,039 00000000000000000266cadaa6fd0bf9130206f6c6ee4673629a33c12bbd8ef5 1.00 MB 2,196 84
436,038 436,038 0000000000000000004a031568c720ab261ffccd70215d7ec63d7a00b8ec028d 1.00 MB 2,828 83
436,037 436,037 0000000000000000011856baba41fd3dc3eb3ce3ff92718ecc55745ee347e877 1.00 MB 1,730 99
436,036 436,036 00000000000000000380fe6af657c016c9dfb5c856511e603ce10d4f2ab848fb 1.00 MB 1,667 88
436,035 436,035 00000000000000000350218da9a2e01d3c40feb6118cc314025853a0f54a0bba 1.00 MB 1,602 113
436,034 436,034 00000000000000000383aba4b4d80cb06fe4de21f30b07a1ea40b66155630331 1.00 MB 976 105
436,033 436,033 000000000000000000be8fa7bbad82d580e47392a9bcada7706bad81444da467 1.00 MB 1,904 118
436,032 436,032 000000000000000003a958cee48eb030b5f2e7d00949a9f30dc3641be3be7f11 1.00 MB 1,653 119
436,031 436,031 00000000000000000408a0606afaa62434f85248cb695941657fecd93442a42d 1.00 MB 1,397 108
436,030 436,030 00000000000000000430dc258accd1388b4111675b218bc58042702cbbfb6cfb 1.00 MB 1,342 107
436,029 436,029 0000000000000000002e27a08abf6509b7ff9e8e130e996b6780202663894212 1.00 MB 1,323 109
Previous 10 blocks ↓
Total Size: 769.02 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,624.19 GB sent, 92.99 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.