Memory Pool Memory Pool Refreshing

6,587 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,780 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (650,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,066 257,066 000000000000000e954ecfec0c5aa062c8791c06e14202d7bf730704bc29b41f 0.14 MB 270 103
257,065 257,065 0000000000000028a888c10454db58c4deedd695ecfd05fb9ab9ada9fa5e8174 0.02 MB 41 82
257,064 257,064 00000000000000299c8ae2a1080557aae1e764301c714c12e43463ec7eac6851 0.19 MB 441 98
257,063 257,063 000000000000001278423990bc78b84821c5f680cc37784fc47aa712d0826f05 0.02 MB 52 119
257,062 257,062 000000000000002d6a75899ea581e8dbb8fada28eee6aebcd8f14eb83c78c0b4 0.08 MB 81 24
257,061 257,061 00000000000000199c883d3b472f146a41f2a28771086b29a6ea28864435fc49 0.25 MB 588 99
257,060 257,060 00000000000000301f5389f1959248fd0923dcdfd7d2c0c6126aa06a0d4d8a94 0.13 MB 73 26
257,059 257,059 000000000000002d79cfb233972d4bded7eff653664e50ff65eb38f2d33ad503 0.16 MB 411 104
257,058 257,058 000000000000002812f1ca8f76f3f441cc6f0550de15f06c05bc1ceebd13d2b7 0.10 MB 180 64
257,057 257,057 000000000000001f2225ba979095ddde6c3ea479608a34cbc2a4286dfbd23286 0.02 MB 66 101
257,056 257,056 00000000000000029c6829bdad832496015c88087829b9fdfca10f7101f81f9b 0.08 MB 206 95
257,055 257,055 00000000000000049f709687d4f2643636c487ae23955cd6a38aa26c4ae6a1cd 0.02 MB 31 54
257,054 257,054 0000000000000025031625641f5567982b9767f64484e9db51aefd9f2090da4e 0.02 MB 40 92
257,053 257,053 000000000000002b0c6683ca924004193b0516b188bbc363d01f3d34afde8018 0.08 MB 195 91
257,052 257,052 000000000000001281d2ece28a5ef122a651b74292c790c3388c32c984bdbd45 0.05 MB 102 63
257,051 257,051 00000000000000154f27069091f030c70681f63433cfddab1fa215b243198b88 0.01 MB 38 69
257,050 257,050 000000000000002947ad2d84019b8e4a3c46c1918e5fb554d8e8449892850c0e 0.15 MB 297 92
257,049 257,049 0000000000000022c45ba5f0cde27280987d26712d8146f9df187025f1ca841e 0.18 MB 446 101
257,048 257,048 0000000000000009192d4acf699f21e37fe719d6e22303858415ed14e30582e8 0.08 MB 210 84
257,047 257,047 000000000000000b7c18a613a55cecfdc11533bb4f372296d448f393bb8a7764 0.04 MB 128 106
257,046 257,046 000000000000002160afb7bbd060d7bba94c433a2659ca19a19f0644e2a70c3c 0.47 MB 615 54
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.19 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.