Memory Pool Memory Pool Refreshing

936 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 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
908,219 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 936 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,218 (179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,039 908,039 00000000000000000000c094628298de59d05c437c01e410309569987e370e13 2.10 MB 506 0
908,038 908,038 00000000000000000001bcc6d105e1c2650854122d19470400f49885f6383f69 1.96 MB 930 2
908,037 908,037 000000000000000000006a9c43739b74eb34b0dc310a1d2cd88e52946646dcf7 2.11 MB 435 0
908,036 908,036 000000000000000000005decf8d36db3745e44c45b27bf1552cecae7d63a94b3 2.01 MB 1,225 1
908,035 908,035 00000000000000000000f8ae4848ce6698ab5a87fc54191b2f403d6cda8164b4 2.02 MB 413 0
908,034 908,034 00000000000000000000f1bc932845f072f9e5f21bbff4a47cec2535fda2ea7e 2.19 MB 1,076 0
908,033 908,033 0000000000000000000223f9af4300f96c421d1661d0b8daeaff012ebe92255b 1.64 MB 2,493 3
908,032 908,032 00000000000000000000107a47add1af3114be38cefc4ce637ce3b2bf90a08c6 0.46 MB 357 1
908,031 908,031 0000000000000000000094e200435b3d32db55d8cf906c2db4e3be8a565cad22 1.01 MB 1,627 3
908,030 908,030 0000000000000000000229ee84cd04432168871c057c7a77c638ae9319c0b8ee 1.60 MB 3,029 4
908,029 908,029 000000000000000000002369be8eabf4b497b6b79fb6209e49de248dc757d6a1 1.93 MB 1,972 1
908,028 908,028 000000000000000000014f7335f45710cd45f36c146fb878066a6b704c04384b 1.56 MB 3,255 4
908,027 908,027 000000000000000000015e41666ebcb1821060fd354b946288975a2fa79c07c2 0.78 MB 1,129 1
908,026 908,026 0000000000000000000041821bf692d6844a4d230a1079033bd7c7a2f790b9a4 1.56 MB 3,451 4
908,025 908,025 0000000000000000000073ef51c5071c2c515ab2a5de6912e3d9e47ad12442ea 2.12 MB 416 0
908,024 908,024 00000000000000000000e363b7c554b6ca4efe882fe0f8c058f5d78a0cb0e7a8 1.85 MB 2,944 0
908,023 908,023 000000000000000000022695c579da9d7a5340b05905e6d197a60e787067560f 0.19 MB 354 2
908,022 908,022 000000000000000000000c7cf844cf40c7e77a60eddfa990cd523f68c625d305 1.72 MB 4,255 0
908,021 908,021 0000000000000000000068d57d3f3ee21e143287236d938759110ea9521ec33b 0.82 MB 1,390 2
908,020 908,020 00000000000000000001fd3a1cfeaf9ec5945a283fe5ae29036068f807cf595d 1.76 MB 5,030 0
908,019 908,019 000000000000000000014e1e3c636d80067bd4915e7811383a92e758e6eaaa60 1.77 MB 4,814 1
Previous 10 blocks ↓
Total Size: 770.00 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,685.48 GB sent, 97.64 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.